From 4c0ff8d6dce170b754831ca75e23c05aee50c303 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 3 Sep 2019 22:09:57 +0200 Subject: autostart: update --- autostart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'autostart') 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 -- cgit v1.2.3