Configuring/Binds: remove extra commas for multiple bind

adding commas for multiple bind passes as valid config but does not work as expected.
This commit is contained in:
Dr.Blank 2025-07-08 10:36:08 +05:30 committed by Mihai Fufezan
parent ce300a0383
commit f6f07231f3

View file

@ -161,8 +161,8 @@ one combination, e.g.:
```ini
# to switch between windows in a floating workspace
bind = SUPER, Tab, cyclenext, # change focus to another window
bind = SUPER, Tab, bringactivetotop, # bring it to the top
bind = SUPER, Tab, cyclenext # change focus to another window
bind = SUPER, Tab, bringactivetotop # bring it to the top
```
The keybinds will be executed in the order they were created. (top to bottom)