From 6bd0502feb9a0cb1accede4f35c777a0166879b3 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 21 Dec 2018 20:14:57 +0100 Subject: autostart: fix --- autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autostart') 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 -- cgit v1.2.3