summaryrefslogtreecommitdiff
path: root/autostart
diff options
context:
space:
mode:
Diffstat (limited to 'autostart')
-rwxr-xr-xautostart3
1 files changed, 2 insertions, 1 deletions
diff --git a/autostart b/autostart
index dfa94ca..20d858f 100755
--- a/autostart
+++ b/autostart
@@ -21,7 +21,8 @@ exec ${HOME}/bin/ratcpi &
exec ${HOME}/.local/bin/mouse-settings &
if [[ $(hostname) == "bryant" ]]; then
- exec xrandr --output DP-7 --rotate right &
+ #exec xrandr --output DP-7 --rotate right &
+ exec xrandr --output HDMI-2 --rotate right &
exec sudo nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan-0]/GPUTargetFanSpeed=1" &
fi