nixos-config/home-manager/wayland/scripts/exit

5 lines
181 B
Plaintext
Raw Normal View History

2024-02-09 17:17:48 -05:00
#!/usr/bin/env bash
pkill -0 swaynag || \
2024-02-17 13:18:46 -05:00
swaynag -t exit -m "Do you really want to exit?" \
-B "Reboot" "reboot" -B "Shutdown" "poweroff" -b "Exit" "hyprctl dispatch exit"