Ajout : script hyprkill

This commit is contained in:
Ahurac 2024-03-21 15:38:26 +01:00
parent 4e4ec0c147
commit d74aad1ec1

5
bin/hyprkill Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env sh
set -- killall -u "$(whoami)" -9 Hyprland
set -x
exec "$@"