Fix graceful window closing before reboot
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
hyprctl clients -j | \
|
||||
jq -r ".[].address" | \
|
||||
while read -r addr; do
|
||||
hyprctl dispatch "hl.dsp.window.close(\"address:$addr\")" >/dev/null 2>&1 || hyprctl dispatch closewindow "address:$addr"
|
||||
hyprctl dispatch "hl.dsp.window.close({ window = \"address:$addr\" })" >/dev/null
|
||||
done
|
||||
|
||||
# Move to first workspace
|
||||
|
||||
Reference in New Issue
Block a user