mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Use slock instead of physlock
This commit is contained in:
parent
800cfad490
commit
d5c848487c
@ -26,8 +26,7 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# lock screen after x minutes and on laptop close lid
|
# lock screen
|
||||||
xautolock -time 10 -locker ~/.local/bin/lock &
|
|
||||||
xss-lock -- ~/.local/bin/lock &
|
xss-lock -- ~/.local/bin/lock &
|
||||||
xcompmgr &
|
xcompmgr &
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
physlock -d
|
slock
|
||||||
|
Loading…
Reference in New Issue
Block a user