dot-files/X/.xinitrc

9 lines
273 B
Plaintext
Raw Normal View History

2019-07-11 13:26:05 +02:00
# 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" &
2019-07-11 23:20:45 +02:00
2019-07-11 13:26:05 +02:00
# Launch i3
exec i3