Bruno BELANYI
45f9d9d677
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.
9 lines
273 B
Plaintext
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
|