summaryrefslogtreecommitdiff
path: root/autostart
diff options
context:
space:
mode:
authorPatrick Simianer <pks@pks.rocks>2019-09-03 22:09:57 +0200
committerPatrick Simianer <pks@pks.rocks>2019-09-03 22:09:57 +0200
commit4c0ff8d6dce170b754831ca75e23c05aee50c303 (patch)
tree22f22602b76a03f3d773f13a6cb41d9fc4334802 /autostart
parentc05c7c3376ab84f12ecc7043e2d4fb7aa6ad63a8 (diff)
autostart: update
Diffstat (limited to 'autostart')
-rwxr-xr-xautostart3
1 files changed, 1 insertions, 2 deletions
diff --git a/autostart b/autostart
index 4e289f7..a488744 100755
--- a/autostart
+++ b/autostart
@@ -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