update:lockscreen migration
This commit is contained in:
6
mango/.deprecated/local-bin/init-lockscreen
Executable file
6
mango/.deprecated/local-bin/init-lockscreen
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
LOCK="$HOME/.config/qylock-ready/lock-before-sleep.sh"
|
||||
killall swayidle 2>/dev/null || true
|
||||
sleep 0.1
|
||||
swayidle -w \
|
||||
before-sleep "bash $LOCK" &
|
||||
Reference in New Issue
Block a user