2019-07-11 13:26:05 +02:00
|
|
|
# Allow inclusion of home directories in ~/.Xresources
|
|
|
|
xrdb -I$HOME ~/.Xresources
|
|
|
|
|
2019-07-11 23:20:45 +02:00
|
|
|
# Autolock after 1 minute without any input, unless the mouse is in the corner
|
|
|
|
xautolock -time 1 -corners 000+ -locker "~/scripts/i3exit lock"
|
|
|
|
|
2019-07-11 13:26:05 +02:00
|
|
|
# Launch i3
|
|
|
|
exec i3
|