Hyprland: Improve lockscreen
This commit is contained in:
@@ -6,6 +6,8 @@ if [ "$WM" = "bspwm" ]; then
|
||||
logout="bspc quit"
|
||||
elif [ "$WM" = "i3" ]; then
|
||||
logout="i3-msg exit"
|
||||
elif [ "$WM" = "hyprland" ]; then
|
||||
logout="hyprctl dispatch exit"
|
||||
fi
|
||||
|
||||
commands="\
|
||||
|
||||
Reference in New Issue
Block a user