1
1
mirror of https://github.com/swaywm/sway synced 2024-11-17 20:13:55 +01:00
sway/include
Mikkel Oscar Lyderik c20c63b677 Send IPC modifier event on bar_modifier up/down
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"
    }
2016-01-05 02:25:56 +01:00
..
client
commands.h
config.h
container.h
criteria.h
extensions.h
focus.h
handlers.h
input_state.h
ipc-client.h
ipc-server.h Send IPC modifier event on bar_modifier up/down 2016-01-05 02:25:56 +01:00
ipc.h Send IPC modifier event on bar_modifier up/down 2016-01-05 02:25:56 +01:00
layout.h
list.h
log.h
output.h
readline.h
resize.h
stringop.h
sway.h
util.h
workspace.h