Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-21 | Fix ipc event bit masks | Mikkel Oscar Lyderik | |
2016-01-19 | libinput | Cole Mickens | |
2016-01-05 | Send IPC modifier event on bar_modifier up/down | Mikkel 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-03 | Add IPC event types | Mikkel Oscar Lyderik | |
Adds custom IPC_EVENT_* types | |||
2015-11-27 | Move IPC client into common, refactor IPC | Drew DeVault | |
2015-11-12 | Start working on IPC for get_pixels | Drew DeVault | |
This is broken | |||
2015-10-27 | implemented IPC subscribe for workspace event | minus | |
2015-10-18 | main: Implement --get-socketpath switch. | S. Christoffer Eliesen | |
2015-08-20 | Added in basic resize command | Luminarys | |
2015-08-20 | added sway_terminate to exit cleanly | minus | |
2015-08-20 | properly exit sway | minus | |
- wlc_terminate() instead of exit(0) - unlink IPC socket | |||
2015-08-20 | added i3-ipc support/parsing | minus | |
2015-08-20 | very basic IPC implementation | minus | |
simply executes the received data as command |