aboutsummaryrefslogtreecommitdiff
path: root/include/ipc.h
AgeCommit message (Collapse)Author
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