hypr: fix cyclenext bind (#235)

You can't comma separate dispatcher arguments
"cyclenext prev, activewidnow" was reading "prev," as an argument and going forward instead

also cyclenext does not take a window param so activewindow was doing nothing anyway (maybe you meant to use hist?)
This commit is contained in:
carbxi 2025-11-13 23:35:29 -04:00 committed by GitHub
parent ddc6948d31
commit 04cd8a3836
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,8 +113,8 @@ bind = Ctrl+Super+Shift, down, movetoworkspace, e+0
bind = Super+Alt, S, movetoworkspace, special:special bind = Super+Alt, S, movetoworkspace, special:special
# Window groups # Window groups
binde = $kbWindowGroupCycleNext, cyclenext, activewindow binde = $kbWindowGroupCycleNext, cyclenext
binde = $kbWindowGroupCyclePrev, cyclenext, prev, activewindow binde = $kbWindowGroupCyclePrev, cyclenext, prev
binde = Ctrl+Alt, Tab, changegroupactive, f binde = Ctrl+Alt, Tab, changegroupactive, f
binde = Ctrl+Shift+Alt, Tab, changegroupactive, b binde = Ctrl+Shift+Alt, Tab, changegroupactive, b
bind = $kbToggleGroup, togglegroup bind = $kbToggleGroup, togglegroup