Files
2026-04-22 17:48:19 +02:00

10 lines
211 B
Bash

#!/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