Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-20 | added IPC messages get_workspaces and get_outputs | minus | |
No escaping on container names is done yet, as well as some values are hardcoded because they don't exist yet. | |||
2015-08-20 | set I3SOCK for i3-msg compatibility | minus | |
2015-08-20 | fixed formatting | minus | |
2015-08-20 | added sway_terminate to exit cleanly | minus | |
2015-08-20 | set IPC client sockets to close on exec | minus | |
2015-08-20 | properly exit sway | minus | |
- wlc_terminate() instead of exit(0) - unlink IPC socket | |||
2015-08-20 | use env var SWAYSOCK if available | minus | |
or fall back to /tmp/sway-ipc.sock | |||
2015-08-20 | properly handle IPC clients | minus | |
2015-08-20 | added i3-ipc support/parsing | minus | |
2015-08-20 | very basic IPC implementation | minus | |
simply executes the received data as command |