elogind, second try.

This commit is contained in:
Bartek Stalewski 2023-10-20 14:34:48 +02:00
parent fba0142458
commit acfe289a23
3 changed files with 8 additions and 4 deletions

View file

@ -26,10 +26,6 @@ def autostop():
autostop = os.path.expanduser('~/.config/qtile/stop.sh')
subprocess.run([autostop])
@hook.subscribe.suspend
def suspend():
qtile.spawn("swaylock --image ~/.config/qtile/wallpaper.img")
mod = "mod4"
groups = [
Group("1", label="\uf292"),