sway/swaybar
Brian Ashworth 3d6440ec26 bar_cmd_bind: utilize mouse button helpers
This modifies `bar_cmd_bindsym` to use `get_mouse_bindsym` for parsing
mouse buttons. This also introduces `cmd_bar_bindcode`, which will use
`get_mouse_bindcode` for parsing mouse buttons. Like sway bindings, the
two commands are encapsulated in a single file with shared code.

This also modifies swaybar to operate off of event codes rather than x11
button numbers, which allows for any mouse button to be used.

This introduces two new IPC properties:
- For `get_bar_config`, `event_code` has been added to the `bindings`
section and will include to event code for the button. If the event code
can be mapped to a x11 button, `input_code` will still be the x11 button
number. Otherwise, `input_code` will be `0`.
- Likewise for `click_events`, `event` has been added and will include
the event code for the button clicked. If the event code can be mapped
to a x11 button, `button` will still be the x11 button number.
Otherwise, `button` will be `0`.
2019-01-10 12:43:10 -05:00
..
tray swaybar: improve tray logging 2019-01-08 16:03:16 +00:00
bar.c swaybar: do not create tray if hidden 2018-12-31 20:40:18 +00:00
config.c swaybar: implement tray config 2018-12-31 20:40:18 +00:00
i3bar.c bar_cmd_bind: utilize mouse button helpers 2019-01-10 12:43:10 -05:00
input.c bar_cmd_bind: utilize mouse button helpers 2019-01-10 12:43:10 -05:00
ipc.c bar_cmd_bind: utilize mouse button helpers 2019-01-10 12:43:10 -05:00
main.c swaybar: improve tray logging 2019-01-08 16:03:16 +00:00
meson.build swaybar: add StatusNotifierItem to tray 2018-12-31 20:40:18 +00:00
render.c bar_cmd_bind: utilize mouse button helpers 2019-01-10 12:43:10 -05:00
status_line.c Remove readline.c 2019-01-01 09:01:25 +00:00