nixos-config/home-manager/wayland/scripts/exit
2024-05-11 19:25:27 -04:00

4 lines
181 B
Bash
Executable file

#!/usr/bin/env bash
pkill -0 swaynag || \
swaynag -t exit -m "Do you really want to exit?" \
-B "Reboot" "reboot" -B "Shutdown" "poweroff" -b "Exit" "hyprctl dispatch exit"