mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
c20c63b677
Detects when a bar modifier key is pressed/released and sends a modifier IPC event to any listeners (usually swaybars). This way a swaybar can listen on the modifier event and hide/show the bar accordingly (not implemented yet) The modifier event looks like this: { "change": "pressed", // or released "modifier": "Mod4" } |
||
---|---|---|
.. | ||
client | ||
commands.h | ||
config.h | ||
container.h | ||
criteria.h | ||
extensions.h | ||
focus.h | ||
handlers.h | ||
input_state.h | ||
ipc-client.h | ||
ipc-server.h | ||
ipc.h | ||
layout.h | ||
list.h | ||
log.h | ||
output.h | ||
readline.h | ||
resize.h | ||
stringop.h | ||
sway.h | ||
util.h | ||
workspace.h |