Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-28 | Fix option parsing | Christoph Gysin | |
Using 'flag' results in duplicate code paths for short and long options. This broke the -q short option in swaymsg, because there was: {"quiet", no_argument, &quiet, 'q'} Which will set quiet to 'q' and return 0, not 'q'. | |||
2015-11-28 | swaymsg: Add --help option that prints usage | Christoph Gysin | |
2015-11-28 | swaymsg: Print usage and exit on unknown options | Christoph Gysin | |
2015-11-28 | Use macros for exit values | Christoph Gysin | |
2015-11-27 | Add command line to swaygrab | Drew DeVault | |
Also modifies IPC client so that we can work with persistent connections. | |||
2015-11-27 | Move IPC client into common, refactor IPC | Drew DeVault | |
2015-11-27 | Fix build warnings | Drew DeVault | |
2015-11-26 | Implement swaymsg IPC behavior | Drew DeVault | |
2015-11-26 | Parse command line args for swaymsg | Drew DeVault | |
2015-11-26 | Add swaymsg subproject | Drew DeVault | |