diff options
| -rwxr-xr-x | autostart | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -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 & | 
