Hyprland: Improve lockscreen

This commit is contained in:
Riyyi
2025-03-03 13:04:26 +01:00
parent ebc6245ea2
commit e1700384a8
3 changed files with 9 additions and 1 deletions
+2
View File
@@ -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="\