[UPDATE] Add xautolock in xinitrc
This commit is contained in:
parent
23f6ab4c12
commit
6e82a6c646
|
@ -1,5 +1,8 @@
|
||||||
# Allow inclusion of home directories in ~/.Xresources
|
# Allow inclusion of home directories in ~/.Xresources
|
||||||
xrdb -I$HOME ~/.Xresources
|
xrdb -I$HOME ~/.Xresources
|
||||||
|
|
||||||
|
# Autolock after 1 minute without any input, unless the mouse is in the corner
|
||||||
|
xautolock -time 1 -corners 000+ -locker "~/scripts/i3exit lock"
|
||||||
|
|
||||||
# Launch i3
|
# Launch i3
|
||||||
exec i3
|
exec i3
|
||||||
|
|
Loading…
Reference in a new issue