summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautostart6
1 files changed, 6 insertions, 0 deletions
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 &