i3/include
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
..
2017-09-30 11:41:57 +02:00
2017-09-23 03:22:20 +03:00
2017-09-30 11:41:57 +02:00
2017-09-13 17:41:05 +02:00
2016-10-23 21:09:24 +02:00
2016-11-08 13:46:43 -08:00
2017-11-23 15:41:33 -08:00
x.h
2016-10-23 21:09:24 +02:00