CTRL + ALT + DEL closes all windows

Co-authored-by: @chriopter
Closes #980
This commit is contained in:
David Heinemeier Hansson
2025-08-22 17:39:59 +02:00
parent b09ba8d6d3
commit cab64fa9de
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Close all open windows
hyprctl clients -j | \
jq -r ".[].address" | \
xargs -I{} hyprctl dispatch closewindow address:{}
# Move to first workspace
hyprctl dispatch workspace 1