mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
CTRL + ALT + DEL closes all windows
Co-authored-by: @chriopter Closes #980
This commit is contained in:
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 = SUPER, W, Close active window, killactive,
|
||||||
|
bindd = CTRL ALT, DELETE, Close all Windows, exec, omarchy-cmd-close-all-windows
|
||||||
|
|
||||||
# Control tiling
|
# Control tiling
|
||||||
bindd = SUPER, J, Toggle split, togglesplit, # dwindle
|
bindd = SUPER, J, Toggle split, togglesplit, # dwindle
|
||||||
|
|||||||
Reference in New Issue
Block a user