diff options
Diffstat (limited to 'autostart')
-rwxr-xr-x | autostart | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ if [[ $(hostname) == "bogues" ]]; then fi if [[ $(hostname) == "bryant" ]]; then - exec xrandr --output HDMI2 --rotate right & + exec xrandr --output HDMI-2 --rotate right & #exec xrandr --output DP-7 --rotate right & #exec sudo nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan-0]/GPUTargetFanSpeed=1" & fi |