CTRL + ALT + DEL closes all windows
Co-authored-by: @chriopter Closes #980
This commit is contained in:
parent
b09ba8d6d3
commit
cab64fa9de
9
bin/omarchy-cmd-close-all-windows
Executable file
9
bin/omarchy-cmd-close-all-windows
Executable 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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user