summaryrefslogtreecommitdiff
path: root/autostart
diff options
context:
space:
mode:
authorPatrick Simianer <pks@pks.rocks>2018-12-21 20:14:57 +0100
committerPatrick Simianer <pks@pks.rocks>2018-12-21 20:14:57 +0100
commit6bd0502feb9a0cb1accede4f35c777a0166879b3 (patch)
treeba793e9293ea9db69dfcc1e5fd52af7470aff761 /autostart
parenta3fc617aa7cd12922b03899d9e70794e315eee81 (diff)
autostart: fix
Diffstat (limited to 'autostart')
-rwxr-xr-xautostart2
1 files changed, 1 insertions, 1 deletions
diff --git a/autostart b/autostart
index 3a55f36..e332498 100755
--- a/autostart
+++ b/autostart
@@ -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