gri3-wm/parser-specs
Orestis Floros 315ff17563 Add '--release' flag for bindsym in the bar block
i3bar's handle_button is modified to also handle XCB_BUTTON_RELEASE
events. During these button release events, only custom commands are
checked to avoid sending multiple workspace ipc messages.

The way this patch is implemented will allow to assign a custom command
for both the press and release of the same button:
bar {
  ...
  bindsym buttonX exec command1
  bindsym --release buttonX exec command2
}

Fixes #3068.
2017-12-08 12:16:22 +02:00
..
commands.spec Add support to resize floating container in percentage 2017-10-18 02:07:11 +03:00
config.spec Add '--release' flag for bindsym in the bar block 2017-12-08 12:16:22 +02:00
highlighting.vim port the entire old config parser to the new one 2012-10-08 13:23:48 +02:00