Merge branch 'master' of ssh://git.rayelliott.dev:3222/dots/xinitrc
This commit is contained in:
commit
a37bf5ae82
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