diff options
-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 |