diff options
m--------- | .passwords | 0 | ||||
-rwxr-xr-x | .xinitrc | 4 | ||||
-rwxr-xr-x | bin/keyboard | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.passwords b/.passwords -Subproject 988f5b22c41957cf55f0bb7154bbc1760c757a0 +Subproject 35df894b78e4dddd263f300ea9b25c44ffbc56e @@ -16,4 +16,8 @@ feh --bg-fill --randomize /usr/share/backgrounds autocutsel -fork & autocutsel -selection PRIMARY -fork & +# Disable screen going blank +xset -dpms +xset s off + exec i3 diff --git a/bin/keyboard b/bin/keyboard index 13a599f..5d03eb0 100755 --- a/bin/keyboard +++ b/bin/keyboard @@ -33,5 +33,4 @@ xmodmap -e "keysym r = r R 9" killall -9 xcape xcape -e 'Control_L=Escape' -xcape -e 'Shift_L=Escape' xcape -e 'Alt_L=space' |