]> git.sur5r.net Git - i3/i3/commit - i3bar/src/config.c
Allow "modifier none" in i3bar to disable the modifier. 2209/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Thu, 11 Feb 2016 18:57:32 +0000 (19:57 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Thu, 11 Feb 2016 19:51:05 +0000 (20:51 +0100)
commit018922dcc4e6cf224e3c80cf3ea74be9b8434e76
tree576bb53cacfeda67d5d1fe41f98ac3aa1580df1e
parente2d1f0f567bc986307ebde3ccd934d96e7c04808
Allow "modifier none" in i3bar to disable the modifier.

This allows "modifier none" (and "modifier off") for the bar config
in order to disable the modifier key altogether. This is useful
for users who use a different approach to hiding / showing the bar,
e.g., a custom keybind that involved multiple keys or scripts.

fixes #2208
docs/userguide
i3bar/src/config.c
i3bar/src/xcb.c
parser-specs/config.spec
src/config_directives.c
src/ipc.c