diff options
| -rwxr-xr-x | bin/exit-menu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/exit-menu.sh b/bin/exit-menu.sh index 763007e..b7236fe 100755 --- a/bin/exit-menu.sh +++ b/bin/exit-menu.sh @@ -6,7 +6,7 @@ selected=$(echo -e $entries|wofi --width 100 --height 185 --dmenu --cache-file / case $selected in lock) - swaylock;; + hyprlock;; logout) hyprctl dispatch exit;; suspend) |
