diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-10-27 09:46:05 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-10-27 09:46:05 +0200 |
commit | 3c9c034876bdfb848bb2de51b3d31637be1574eb (patch) | |
tree | 241f4387a82b9b1afcfb9cfa9823c376be853184 /autostart | |
parent | 65d4fba206470e4ae1cc5730b1ad5415c9e4eaf2 (diff) |
autostart: barkley
Diffstat (limited to 'autostart')
-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 & |