dot-files/X/.xinitrc
Bruno BELANYI 45f9d9d677 [FIX][I3] Change xautolock mouse corner handling
It will lock five seconds after putting the cursor in the upper left
corner, and will not ever lock if the mouse is in the lower right
corner.
2019-10-18 22:17:20 +02:00

9 lines
273 B
Plaintext

# Allow inclusion of home directories in ~/.Xresources
xrdb -I$HOME ~/.Xresources
# Autolock after 1 minute without any input, lock on upper-left, don't in lower-right
xautolock -time 1 -cornerredelay 5 -corners +00- -locker "~/scripts/i3exit lock" &
# Launch i3
exec i3