delay xset power management commands
This commit is contained in:
parent
73099ac3a2
commit
6b49d8f360
5
xinitrc
5
xinitrc
|
@ -57,8 +57,9 @@ xset m 0 0
|
||||||
# reassign AltGR to Super_L
|
# reassign AltGR to Super_L
|
||||||
xmodmap -e "keycode 108 = Super_L"
|
xmodmap -e "keycode 108 = Super_L"
|
||||||
|
|
||||||
# disable DPMS and screensaving
|
# disable DPMS and screensaving - doesn't work without a dely
|
||||||
xset s off -dpms
|
# TODO does this now work with a dely?
|
||||||
|
(sleep 5s && xset s off -dpms) &
|
||||||
|
|
||||||
if command -v xbindkeys ; then
|
if command -v xbindkeys ; then
|
||||||
xbindkeys
|
xbindkeys
|
||||||
|
|
Loading…
Reference in New Issue