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:
parent
ddc6948d31
commit
04cd8a3836
1 changed files with 2 additions and 2 deletions
|
|
@ -113,8 +113,8 @@ bind = Ctrl+Super+Shift, down, movetoworkspace, e+0
|
|||
bind = Super+Alt, S, movetoworkspace, special:special
|
||||
|
||||
# Window groups
|
||||
binde = $kbWindowGroupCycleNext, cyclenext, activewindow
|
||||
binde = $kbWindowGroupCyclePrev, cyclenext, prev, activewindow
|
||||
binde = $kbWindowGroupCycleNext, cyclenext
|
||||
binde = $kbWindowGroupCyclePrev, cyclenext, prev
|
||||
binde = Ctrl+Alt, Tab, changegroupactive, f
|
||||
binde = Ctrl+Shift+Alt, Tab, changegroupactive, b
|
||||
bind = $kbToggleGroup, togglegroup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue