5 lines
181 B
Bash
Executable file
5 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"
|