mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-25 14:10:03 +01:00
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:
parent
ce300a0383
commit
f6f07231f3
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue