sway/swaybar
Brian Ashworth 02bbefda20 bar_cmd_tray_bind: Use mouse button helpers
This modifies `bar_cmd_tray_bindsym` to use `get_mouse_bindsym` for
parsing mouse buttons. This also introduces `bar_cmd_tray_bindcode`,
which will use `get_mouse_bindcode` for parsing mouse buttons. Like with
sway bindings, the two commands are encapsulated in a single file to
maximize shared code.

This also modifies tray bindings to work off of events codes rather than
x11 buttons, which allows for any mouse buttons to be used.

For `get_bar_config`, `event_code` has been added to the `tray_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`.
2019-01-16 11:12:45 +01:00
..
tray bar_cmd_tray_bind: Use mouse button helpers 2019-01-16 11:12:45 +01:00
bar.c swaybar: allow identifiers for output and tray 2019-01-13 12:06:35 -05:00
config.c bar_cmd_tray_bind: Use mouse button helpers 2019-01-16 11:12:45 +01:00
i3bar.c bar_cmd_tray_bind: Use mouse button helpers 2019-01-16 11:12:45 +01:00
input.c bar_cmd_tray_bind: Use mouse button helpers 2019-01-16 11:12:45 +01:00
ipc.c bar_cmd_tray_bind: Use mouse button helpers 2019-01-16 11:12:45 +01: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 Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improved 2019-01-13 20:41:05 -05:00
status_line.c Remove readline.c 2019-01-01 09:01:25 +00:00