fix: Fixes typo in keybinds not calling close-all-windows in active workspace.

This commit is contained in:
2025-10-02 09:42:16 -04:00
parent 0b166ad757
commit 26bc6635af

View File

@@ -24,7 +24,7 @@ $housecallPro = https://pro.housecallpro.com/app/calendar_new
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
####################################################################################### ##############################################################################################
# Apps / hyprland controls # Apps / hyprland controls
# #
# These should in general use the $mainMod prefix # These should in general use the $mainMod prefix
@@ -65,7 +65,7 @@ bindd = $mainMod, U, [U]nifi, exec,
bindd = $mainMod SHIFT, U, [U]ninstall desktop app, exec, $uninstallDesktop bindd = $mainMod SHIFT, U, [U]ninstall desktop app, exec, $uninstallDesktop
bindd = $mainMod, V, Clipboard history, exec, $clipboardHistory bindd = $mainMod, V, Clipboard history, exec, $clipboardHistory
bindd = $mainMod, W, Close current window, killactive, bindd = $mainMod, W, Close current window, killactive,
bindd = $mainMod SHIFT, W, Close all windows in active workspace, exec, $scrpts/close-all-windows --active-workspace bindd = $mainMod SHIFT, W, Close all windows in active workspace, exec, $scripts/close-all-windows --active-workspace
# Switch to workspaces with mainMod + [0-9] # Switch to workspaces with mainMod + [0-9]
bindd = $mainMod, 1, Switch to workspace [1], workspace, 1 bindd = $mainMod, 1, Switch to workspace [1], workspace, 1