diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-11-04 22:40:46 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-11-04 22:40:46 +0000 |
| commit | 2cbc77a8d17ae8c941f7008b31505fa616b53d87 (patch) | |
| tree | d801f23d7659bb152b2cfb9846f73498fa3c6447 /bin | |
| parent | f35f07a9a742a9cc80f61495fa01a8d86bba2f56 (diff) | |
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/exit-menu-sway.sh | 8 |
1 files changed, 5 insertions, 3 deletions
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) |
