feat(hypr): add hyprland
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
# exit hyprland with force
|
||||
|
||||
echo "Hyprland exit" | systemd-cat -t coffebar -p info
|
||||
hyprctl dispatch exit &
|
||||
|
||||
sleep 10
|
||||
echo "Hyprland failed to exit" | systemd-cat -t coffebar -p err
|
||||
killall -9 Hyprland
|
||||
Reference in New Issue
Block a user