aboutsummaryrefslogtreecommitdiffstats
path: root/bin/exit-menu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/exit-menu.sh')
-rwxr-xr-xbin/exit-menu.sh2
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)