hyprland: fix exit leaving dbus sessions open
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
43cd651aed
commit
94b4404d40
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ in {
|
||||||
# Lockscreen binds
|
# Lockscreen binds
|
||||||
bindl = [
|
bindl = [
|
||||||
(key "Delete" "Ctrl" "exec" "${hyprctl} reload")
|
(key "Delete" "Ctrl" "exec" "${hyprctl} reload")
|
||||||
(key "Delete" "Ctrl+Alt" "exec" "${loginctl} terminate-session ''")
|
(key "Delete" "Ctrl+Alt" "exec" "${loginctl} terminate-user ''") # Current user sessions
|
||||||
(key "Delete" "Super" "exec" inhibit)
|
(key "Delete" "Super" "exec" inhibit)
|
||||||
|
|
||||||
(key "L" "Super" "exec" "${hyprlock} --immediate & ${sleep} 1 && ${hyprctl} dispatch dpms off")
|
(key "L" "Super" "exec" "${hyprlock} --immediate & ${sleep} 1 && ${hyprctl} dispatch dpms off")
|
||||||
|
|
Loading…
Reference in a new issue