summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <pks@pks.rocks>2018-11-08 08:33:45 +0100
committerPatrick Simianer <pks@pks.rocks>2018-11-08 08:33:45 +0100
commit699a6c3e96198965adaeb94a377a62b09400f546 (patch)
treef8ae26f03e16a4cfafc267a1d9ae6099355b6534
parent64a550f9ad9820cf9e23ca5354ba1dde90a42a99 (diff)
autostart: output name
-rwxr-xr-xautostart2
1 files changed, 1 insertions, 1 deletions
diff --git a/autostart b/autostart
index e332498..3a55f36 100755
--- a/autostart
+++ b/autostart
@@ -36,7 +36,7 @@ if [[ $(hostname) == "bogues" ]]; then
fi
if [[ $(hostname) == "bryant" ]]; then
- exec xrandr --output HDMI-2 --rotate right &
+ exec xrandr --output HDMI2 --rotate right &
#exec xrandr --output DP-7 --rotate right &
#exec sudo nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan-0]/GPUTargetFanSpeed=1" &
fi