summaryrefslogtreecommitdiffstats
path: root/swaymsg
Commit message (Collapse)AuthorAge
* Fix build on FreeBSDLibravatar Greg V2016-12-09
| | | | | | | | | - Make sure CMake always finds absolute paths for Cairo, Pango and GdkPixbuf - Add forgotten json-c include path to swaymsg/CMakeLists.txt - Disable -Werror because of assert warnings - Add correct /proc/pid/file path for FreeBSD - Use libepoll-shim on FreeBSD - Only use Linux capabilities on, well, Linux
* swaymsg: pretty print ipc responseLibravatar Tony Crisci2016-07-31
| | | | fixes #809
* Correctly exit sway on errors.Libravatar Mikkel Oscar Lyderik2016-02-26
| | | | | | | | Calling `exit` in sway_terminate prevents sway from correctly shutting down (freeing data, cleanly terminating the ipc server, etc.). A better way is to exit straight away if the failure occurs before `wlc_run` and use sway_abort as usual if it occur when wlc is running.
* libinputLibravatar Cole Mickens2016-01-19
|
* Merge pull request #292 from christophgysin/manLibravatar Drew DeVault2015-12-05
|\ | | | | move manpages to subfolders
| * move manpages to subfoldersLibravatar Christoph Gysin2015-12-02
| |
* | swaymsg: add newline after responseLibravatar Christoph Gysin2015-12-02
|/
* cmake: build common code only onceLibravatar Christoph Gysin2015-12-02
| | | | This creates (static) libraries for protocols/, common/, and wayland/.
* cmake: remove subprojectsLibravatar Christoph Gysin2015-12-01
|
* cmake: use out-of-source buildLibravatar Christoph Gysin2015-12-01
|
* cmake: use tabs instead of spacesLibravatar Christoph Gysin2015-12-01
|
* cmake: style consistencyLibravatar Christoph Gysin2015-12-01
|
* cmake: convert all cmake commands to lowercaseLibravatar Christoph Gysin2015-12-01
|
* Fix option parsingLibravatar Christoph Gysin2015-11-28
| | | | | | | | | | 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'.
* swaymsg: Add --help option that prints usageLibravatar Christoph Gysin2015-11-28
|
* swaymsg: Print usage and exit on unknown optionsLibravatar Christoph Gysin2015-11-28
|
* Use macros for exit valuesLibravatar Christoph Gysin2015-11-28
|
* Add command line to swaygrabLibravatar Drew DeVault2015-11-27
| | | | | Also modifies IPC client so that we can work with persistent connections.
* Move IPC client into common, refactor IPCLibravatar Drew DeVault2015-11-27
|
* Fix build warningsLibravatar Drew DeVault2015-11-27
|
* Implement swaymsg IPC behaviorLibravatar Drew DeVault2015-11-26
|
* Parse command line args for swaymsgLibravatar Drew DeVault2015-11-26
|
* Add swaymsg subprojectLibravatar Drew DeVault2015-11-26