Move wayland scripts
This commit is contained in:
parent
07eac39788
commit
d3b14d2698
6 changed files with 1 additions and 1 deletions
4
home-manager/wayland/scripts/exit
Executable file
4
home-manager/wayland/scripts/exit
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue