gri3-wm/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
..
i3 Implement the tick event 2017-09-30 11:41:57 +02:00
all.h Fix compilation warnings on all Debian architectures. (#3007) 2017-09-30 10:16:21 -07:00
assignments.h
atoms.xmacro
atoms_NET_SUPPORTED.xmacro
atoms_rest.xmacro
bindings.h
click.h
cmdparse.h
commands.h Add support to resize floating container in percentage 2017-10-18 02:07:11 +03:00
commands_parser.h
con.h Add con_exists function 2017-09-23 03:22:20 +03:00
config_directives.h Add '--release' flag for bindsym in the bar block 2017-12-08 12:16:22 +02:00
config_parser.h
configuration.h Add '--release' flag for bindsym in the bar block 2017-12-08 12:16:22 +02:00
data.h Merge pull request #2953 from CyberShadow/focus_wrapping 2017-09-27 09:31:39 -07:00
display_version.h
ewmh.h Replace http:// with https:// where applicable 2017-09-24 10:19:07 +02:00
fake_outputs.h
floating.h
handlers.h
i3.h skip ConfigureNotify events with --force_xinerama 2017-10-23 21:04:20 +02:00
ipc.h Implement the tick event 2017-09-30 11:41:57 +02:00
key_press.h
libi3.h Replace http:// with https:// where applicable 2017-09-24 10:19:07 +02:00
load_layout.h
log.h
main.h
manage.h
match.h
move.h
output.h
queue.h switch to clang-format-3.8 (#2547) 2016-11-08 13:46:43 -08:00
randr.h Replace http:// with https:// where applicable 2017-09-24 10:19:07 +02:00
regex.h
render.h
resize.h
restore_layout.h
scratchpad.h
sd-daemon.h Replace http:// with https:// where applicable 2017-09-24 10:19:07 +02:00
shmlog.h
sighandler.h
startup.h
tree.h
util.h do not check for NULL in FREE macro 2017-11-23 15:41:33 -08:00
window.h
workspace.h
x.h
xcb.h
xcursor.h
xinerama.h
yajl_utils.h