Move back to systemd-lock-handler

This commit is contained in:
ItsDrike 2024-03-05 11:16:53 +01:00
parent a5191afbf9
commit bd7f0b78a6
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
5 changed files with 24 additions and 3 deletions

View file

@ -1,9 +1,9 @@
#lock-cmd = swaylock -fF --image /home/itsdrike/Pictures/Wallpapers/Categories/Extra/CommieGNULinux.png --indicator-x-position 300 --indicator-y-position 300
general {
lock_cmd = swaylock -fF # dbus/sysd lock command (loginctl lock-session)
#lock_cmd = swaylock -fF # handled by systemd-lock-handler
unlock-cmd = killall -s SIGUSR1 swaylock # same as above, but unlock
before_sleep_cmd = loginctl lock-session && sleep 2
ignore_dbus_inhibit = false
}