Skip to content

Commit 7ae9111

Browse files
committed
runcommand: disable powersave when XINIT is used
Add the `xset` commands to disable the display powersave and screen blanking, since gamepad activity is ignored by Xorg and the display will go to sleep if no keyboard/mouse is active. I removed the script launchers ccbee7c, but the `xset` commands haven't been added `XINIT-WM` launchers.
1 parent 99e1ff0 commit 7ae9111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scriptmodules/supplementary/runcommand/runcommand.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,7 @@ _EOF_
959959
cat >>"$xinitrc" <<_EOF_
960960
matchbox-window-manager ${params[@]} &
961961
sleep 0.5
962+
xset -dpms s off s noblank
962963
_EOF_
963964
fi
964965

0 commit comments

Comments
 (0)