6 lines
78 B
Text
6 lines
78 B
Text
|
#!/usr/bin/env sh
|
||
|
set -- killall -u "$(whoami)" -9 Hyprland
|
||
|
|
||
|
set -x
|
||
|
exec "$@"
|