update:lockscreen migration

This commit is contained in:
2026-06-08 15:57:40 +09:00
parent e3c9138be5
commit 2965a3a3cd
19 changed files with 22 additions and 15 deletions

View 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" &