feat: Restores workspacectl toggle command to only working on active workspace.

This commit is contained in:
2025-10-08 17:06:20 -04:00
parent fa6a482f2f
commit aec425c7d2
2 changed files with 34 additions and 51 deletions

View File

@@ -144,6 +144,7 @@ bindd = $windowMod, 0, Move window to workspace 1[0], movetoworkspace, 10
# MOD # KEY # DESC # Action #
#######################################################################################
bindd = $HYPER, H, [H]ide / show windows, exec, $scripts/workspacectl toggle
bindd = $HYPER, J, Toggle split orientation, togglesplit # dwindle
bindd = $HYPER, L, [L]ock computer, exec, hyprlock
bindd = $HYPER, W, Close all windows, exec, $scripts/windowctl close --all