Add screen locker.

This commit is contained in:
Gabriel Ebner 2015-05-28 13:58:34 +02:00
parent d4d212517d
commit 7c9abb835c
2 changed files with 5 additions and 0 deletions

View File

@ -164,3 +164,6 @@ bar {
exec --no-startup-id feh --bg-fill ~/Pictures/20140915-133957-DSC_7414.jpg exec --no-startup-id feh --bg-fill ~/Pictures/20140915-133957-DSC_7414.jpg
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id pa-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
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec i3lock -d -I 5 -c 777777