Add screen locker.
This commit is contained in:
parent
d4d212517d
commit
7c9abb835c
@ -164,3 +164,6 @@ bar {
|
||||
exec --no-startup-id feh --bg-fill ~/Pictures/20140915-133957-DSC_7414.jpg
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id pa-applet
|
||||
|
||||
bindsym $mod+Ctrl+l exec --no-startup-id ~/etc/lock.sh
|
||||
exec --no-startup-id xautolock -time 5 -locker ~/etc/lock.sh
|
||||
|
2
lock.sh
Executable file
2
lock.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec i3lock -d -I 5 -c 777777
|
Loading…
Reference in New Issue
Block a user