mirror of
https://github.com/swaywm/sway.git
synced 2026-04-06 07:15:44 -04:00
Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improved
Improve mouse button parsing: bar mouse bindings
This commit is contained in:
commit
81bb675274
13 changed files with 208 additions and 114 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
// Must be in alphabetical order for bsearch
|
||||
static struct cmd_handler bar_handlers[] = {
|
||||
{ "bindcode", bar_cmd_bindcode },
|
||||
{ "binding_mode_indicator", bar_cmd_binding_mode_indicator },
|
||||
{ "bindsym", bar_cmd_bindsym },
|
||||
{ "colors", bar_cmd_colors },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue