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

View File

@ -1,5 +1,6 @@
# Close window
# Close windows
bindd = SUPER, W, Close active window, killactive,
bindd = CTRL ALT, DELETE, Close all Windows, exec, omarchy-cmd-close-all-windows
# Control tiling
bindd = SUPER, J, Toggle split, togglesplit, # dwindle