elogind, second try.
This commit is contained in:
parent
fba0142458
commit
acfe289a23
3 changed files with 8 additions and 4 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue