taiyu
|
c963aa7ced
|
return after disconnect ipc client and minor checks
|
9 years ago |
Drew DeVault
|
e505abfe75
|
Revert "new_workspace null behavior + testmap functions + regex"
This reverts commit e1d18e42a8 .
Fixes #180
cc @taiyu-len
|
9 years ago |
taiyu
|
e1d18e42a8
|
new_workspace null behavior + testmap functions + regex
|
9 years ago |
taiyu
|
71af5b7dde
|
config modes
|
9 years ago |
Drew DeVault
|
930f42ae81
|
Remove stropts.h from ipc.c
Apparently it's not required, and for some reason Fedora doesn't have
it. Fixes #162
|
9 years ago |
Luminarys
|
42de135c3a
|
Added in better versioning info
|
9 years ago |
minus
|
873a51f7e2
|
converted IPC to use json-c
get_workspaces and get_outputs
|
9 years ago |
minus
|
2289029fab
|
added json-c lib and implemented IPC get_version
|
9 years ago |
minus
|
8dfaf6265b
|
fixed #108 signed/unsigned comparison
|
9 years ago |
Drew DeVault
|
0266b0666a
|
Fix compiler warnings (which were really errors)
|
9 years ago |
minus
|
754793aad4
|
added IPC messages get_workspaces and get_outputs
No escaping on container names is done yet, as well as some values are
hardcoded because they don't exist yet.
|
9 years ago |
minus
|
4c56cd0ed6
|
set I3SOCK for i3-msg compatibility
|
9 years ago |
minus
|
6ab968e63e
|
fixed formatting
|
9 years ago |
minus
|
f26ed32e46
|
added sway_terminate to exit cleanly
|
9 years ago |
minus
|
70f046c87a
|
set IPC client sockets to close on exec
|
9 years ago |
minus
|
91c0877264
|
properly exit sway
- wlc_terminate() instead of exit(0)
- unlink IPC socket
|
9 years ago |
minus
|
bfbadadf70
|
use env var SWAYSOCK if available
or fall back to /tmp/sway-ipc.sock
|
9 years ago |
minus
|
773e85c681
|
properly handle IPC clients
|
9 years ago |
minus
|
5d99215469
|
added i3-ipc support/parsing
|
9 years ago |
minus
|
8981b48cd2
|
very basic IPC implementation
simply executes the received data as command
|
9 years ago |