Skip to content

Commit e2d4e61

Browse files
authored
Merge pull request #3835 from cmitu/runcommand-xinit-wm2
runcommand: disable powersave when XINIT is used
2 parents 99e1ff0 + 7ae9111 commit e2d4e61

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)