summaryrefslogtreecommitdiff
path: root/include/ipc.h
AgeCommit message (Collapse)AuthorLines
2017-07-07Implement ipc get_clipboardnyorain-0/+1
2016-12-02Add IPC policy to configDrew DeVault-0/+2
Also reduces enum abuse, cc @minus7
2016-07-20Properly construct event bitmasksMykyta Holubakha-8/+8
2016-04-02Fix spelling mistakesEric Engestrom-1/+1
2016-02-21Fix ipc event bit masksMikkel Oscar Lyderik-9/+9
2016-01-19libinputCole Mickens-2/+4
2016-01-05Send IPC modifier event on bar_modifier up/downMikkel Oscar Lyderik-0/+1
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-0/+7
Adds custom IPC_EVENT_* types
2015-11-27Move IPC client into common, refactor IPCDrew DeVault-8/+0
2015-11-12Start working on IPC for get_pixelsDrew DeVault-0/+1
This is broken
2015-10-27implemented IPC subscribe for workspace eventminus-0/+4
2015-10-18main: Implement --get-socketpath switch.S. Christoffer Eliesen-0/+1
2015-08-20Added in basic resize commandLuminarys-6/+6
2015-08-20added sway_terminate to exit cleanlyminus-1/+1
2015-08-20properly exit swayminus-1/+2
- wlc_terminate() instead of exit(0) - unlink IPC socket
2015-08-20added i3-ipc support/parsingminus-0/+11
2015-08-20very basic IPC implementationminus-0/+6
simply executes the received data as command