aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-08-09 23:25:48 +0100
committerLeonardo Bishop <me@leonardobishop.com>2024-08-09 23:25:48 +0100
commit8fe0510c0238e3ab6f3e4742e4333b74f96a08d4 (patch)
treec655704a5d796afae2d1f77680b2011fbf312c1d
parent1be3e63215eba7e9f606156b1ea745944e1e278f (diff)
Update screen locker program
-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)