1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

lock laptop on screen close

This commit is contained in:
Ryan Kes 2019-03-22 10:39:59 +01:00
parent 96143a6a42
commit 19c426cbec

View File

@ -1,6 +1,9 @@
#!/bin/sh
# lock screen after x minutes and on laptop close lid
xautolock -time 10 -locker ~/.scripts/lock.sh &
xss-lock ~/.scripts/lock.sh &
xbindkeys &
compton --xrender-sync-fence &
feh --bg-scale ~/.config/wall.png &