We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bc690 commit 97323d6Copy full SHA for 97323d6
controlScripts/xrandr_control
@@ -18,6 +18,7 @@ then
18
elif [ "$1" == "normal" ] || [ "$1" == "inverted" ] || [ "$1" == "left" ] || [ "$1" == "right" ]
19
then
20
xrandr -display :0.0 --output $port --auto --rotate $1
21
+ echo "display_power=1"
22
elif [ "$1" == "off" ]
23
24
xrandr -display :0.0 --output $port --off
0 commit comments