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:
parent
96143a6a42
commit
19c426cbec
@ -1,6 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# lock screen after x minutes and on laptop close lid
|
||||||
xautolock -time 10 -locker ~/.scripts/lock.sh &
|
xautolock -time 10 -locker ~/.scripts/lock.sh &
|
||||||
|
xss-lock ~/.scripts/lock.sh &
|
||||||
|
|
||||||
xbindkeys &
|
xbindkeys &
|
||||||
compton --xrender-sync-fence &
|
compton --xrender-sync-fence &
|
||||||
feh --bg-scale ~/.config/wall.png &
|
feh --bg-scale ~/.config/wall.png &
|
||||||
|
Loading…
Reference in New Issue
Block a user