From 3c9c034876bdfb848bb2de51b3d31637be1574eb Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 27 Oct 2018 09:46:05 +0200 Subject: autostart: barkley --- autostart | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/autostart b/autostart index 20d858f..83bf0af 100755 --- a/autostart +++ b/autostart @@ -20,6 +20,12 @@ xset b off & exec ${HOME}/bin/ratcpi & exec ${HOME}/.local/bin/mouse-settings & +if [[ $(hostname) == "barkley" ]]; then + xmodmap -e "keycode 66 = Shift_L NoSymbol Shift_L" + gsettings set org.gnome.desktop.interface text-scaling-factor 1.2 + /bin/bash syncthing -no-browser -home=$HOME/.config/syncthing &> $HOME/.config/syncthing/log.txt & +fi + if [[ $(hostname) == "bryant" ]]; then #exec xrandr --output DP-7 --rotate right & exec xrandr --output HDMI-2 --rotate right & -- cgit v1.2.3