aboutsummaryrefslogtreecommitdiff
path: root/include/ipc.h
AgeCommit message (Collapse)Author
2020-06-14i3-compat: add GET_BINDING_STATE IPC commandJason Nader
2019-07-23ipc: add an input eventBrian Ashworth
This adds an ipc event related to input devices. Currently the following changes are supported: - added: when an input device becomes available - removed: when an input device is no longer available - xkb_keymap_changed: (keyboards only) the keymap changed - xkb_layout_changed: (keyboards only) the effective layout changed
2018-12-29Add failure reply on IPC_SYNCBrian Ashworth
Since it was decided that sway will not support IPC_SYNC, just return `{'success': false}` as a reply
2018-10-14swaybar: show hidden bar on key eventIan Fan
Since wayland does not currently allow swaybar to create global keybinds, this is handled within sway and sent to the bar using a custom event, so as not to pollute existing events, called bar_state_update.
2018-08-01ipc: remove extraneous valuesIan Fan
Removes IPC_EVENT_MODIFIER and IPC_EVENT_INPUT, which were sway-specific and unused
2018-08-01ipc: add tick eventIan Fan
2018-08-01ipc: add shutdown eventIan Fan
2018-07-10Remove `clipboard` command and `get_clipboard` messageemersion
2018-07-10Add get_config message type to ipcIan Fan
2018-07-10Add get_binding_modes message type to ipcIan Fan
2018-05-12Fix conflicting IPC command type constants with i3'sRyan Dwyer
2018-05-12Implement IPC get_seats commandRyan Dwyer
2017-11-22Remove IPC_GET_PIXELSDrew DeVault
2017-07-07Implement ipc get_clipboardnyorain
2016-12-02Add IPC policy to configDrew DeVault
Also reduces enum abuse, cc @minus7
2016-07-20Properly construct event bitmasksMykyta Holubakha
2016-04-02Fix spelling mistakesEric Engestrom
2016-02-21Fix ipc event bit masksMikkel Oscar Lyderik
2016-01-19libinputCole Mickens
2016-01-05Send IPC modifier event on bar_modifier up/downMikkel Oscar Lyderik
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-03Add IPC event typesMikkel Oscar Lyderik
Adds custom IPC_EVENT_* types
2015-11-27Move IPC client into common, refactor IPCDrew DeVault
2015-11-12Start working on IPC for get_pixelsDrew DeVault
This is broken
2015-10-27implemented IPC subscribe for workspace eventminus
2015-10-18main: Implement --get-socketpath switch.S. Christoffer Eliesen
2015-08-20Added in basic resize commandLuminarys
2015-08-20added sway_terminate to exit cleanlyminus
2015-08-20properly exit swayminus
- wlc_terminate() instead of exit(0) - unlink IPC socket
2015-08-20added i3-ipc support/parsingminus
2015-08-20very basic IPC implementationminus
simply executes the received data as command