From 2cbc77a8d17ae8c941f7008b31505fa616b53d87 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Tue, 4 Nov 2025 22:40:46 +0000 Subject: Some shit --- bin/exit-menu-sway.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bin/exit-menu-sway.sh') diff --git a/bin/exit-menu-sway.sh b/bin/exit-menu-sway.sh index bd48e92..658fa1e 100755 --- a/bin/exit-menu-sway.sh +++ b/bin/exit-menu-sway.sh @@ -7,11 +7,13 @@ selected=$(echo -e $entries|wofi --width 100 --height 212 --dmenu --cache-file / case $selected in lock) - hyprlock;; + loginctl lock-session;; logout) - hyprctl dispatch exit;; + swaymsg exit;; +# suspend-then-hibernate) +# exec systemctl suspend-then-hibernate;; suspend) - exec systemctl suspend-then-hibernate;; + exec systemctl suspend;; hibernate) exec systemctl hibernate;; reboot) -- cgit v1.2.3-70-g09d2