diff options
author | Patrick Simianer <pks@pks.rocks> | 2019-09-03 22:09:57 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2019-09-03 22:09:57 +0200 |
commit | 4c0ff8d6dce170b754831ca75e23c05aee50c303 (patch) | |
tree | 22f22602b76a03f3d773f13a6cb41d9fc4334802 /autostart | |
parent | c05c7c3376ab84f12ecc7043e2d4fb7aa6ad63a8 (diff) |
autostart: update
Diffstat (limited to 'autostart')
-rwxr-xr-x | autostart | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -29,7 +29,6 @@ fi $HOME/.local/bin/mouse-settings & if [[ $(hostname) == "barkley" ]]; then - xmodmap -e "keycode 66 = Shift_L NoSymbol Shift_L" if [[ -x $(which gsettings) ]]; then gsettings set org.gnome.desktop.interface text-scaling-factor 1.2 fi @@ -47,7 +46,7 @@ if [[ $(hostname) == "bryant" ]]; then xrandr --output DP-7 --rotate right & sudo nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan-0]/GPUTargetFanSpeed=1" & else - xrandr --output HDMI-2 --rotate right & + xrandr --output HDMI2 --rotate left & fi fi |