Ajout : script hyprkill
This commit is contained in:
parent
4e4ec0c147
commit
d74aad1ec1
1 changed files with 5 additions and 0 deletions
5
bin/hyprkill
Executable file
5
bin/hyprkill
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
set -- killall -u "$(whoami)" -9 Hyprland
|
||||
|
||||
set -x
|
||||
exec "$@"
|
Loading…
Reference in a new issue