xinitrc: autolock screen after 5 minutes of inactivity
This commit is contained in:
parent
2b6fe582f1
commit
d1e4bc0ac3
1 changed files with 3 additions and 0 deletions
3
xinitrc
3
xinitrc
|
|
@ -21,6 +21,9 @@ fi
|
|||
# autolock on suspend
|
||||
xss-lock -- i3lock --nofork &
|
||||
|
||||
# autolock after 5 minutes of inactivity
|
||||
xset s 300
|
||||
|
||||
# set background
|
||||
feh --randomize --bg-fill ~/misc/wallpapers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue