fix(hypr): convert TAB workspace bindings from bind to bindd (#1098)

This commit is contained in:
Oleg Luganskiy 2025-08-26 04:17:09 -03:00 committed by GitHub
parent f22755df4f
commit 23c9229fdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,8 +39,8 @@ bindd = SUPER SHIFT, code:18, Move window to workspace 9, movetoworkspace, 9
bindd = SUPER SHIFT, code:19, Move window to workspace 10, movetoworkspace, 10 bindd = SUPER SHIFT, code:19, Move window to workspace 10, movetoworkspace, 10
# Tab between workspaces # Tab between workspaces
bind = SUPER, TAB, workspace, e+1 bindd = SUPER, TAB, Next workspace, workspace, e+1
bind = SUPER SHIFT, TAB, workspace, e-1 bindd = SUPER SHIFT, TAB, Previous workspace, workspace, e-1
# Swap active window with the one next to it with SUPER + SHIFT + arrow keys # Swap active window with the one next to it with SUPER + SHIFT + arrow keys
bindd = SUPER SHIFT, left, Swap window to the left, swapwindow, l bindd = SUPER SHIFT, left, Swap window to the left, swapwindow, l