Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-29 | Add tree representation to IPC workspace description | Ryan Dwyer | |
2018-05-28 | swaymsg: Fix exit code | Ryan Dwyer | |
2018-05-25 | Delete old asciidoc man pages | emersion | |
2018-05-12 | Merge remote-tracking branch 'origin/master' into scdoc | Drew DeVault | |
2018-05-12 | Implement IPC get_seats command | Ryan Dwyer | |
2018-05-11 | Add swaylock(1) and swaymsg(1) | Drew DeVault | |
2018-05-05 | swaymsg: Fix spelling in error message | Nicolas Braud-Santoni | |
2018-03-12 | ipc: add output modes | emersion | |
2018-01-05 | swaymsg: convert to wlr_log | Dominique Martinet | |
2018-01-04 | update json-c dep to 0.13 | Rachel K | |
2017-12-29 | Pretty-print all output info in swaymsg -t get_outputs | emersion | |
2017-12-19 | fix memory leak in swaymsg | Tony Crisci | |
2017-12-18 | fix memory leak in swaymsg | Tony Crisci | |
2017-12-18 | ipc get_inputs | Tony Crisci | |
2017-11-30 | remove relevant CMakeLists.txt | Tony Crisci | |
2017-11-30 | meson build swaymsg | Tony Crisci | |
2017-10-13 | fintune swaymsg manpage | madblobfish | |
Added a hint where to find the commands. Also indicate that command is itself not a command, | |||
2017-10-08 | Merge pull request #1263 from nyorain/master | Drew DeVault | |
Implement get_clipboard ipc message | |||
2017-10-06 | Fix github links in doc | Zuzana Svetlikova | |
2017-07-11 | Add get_clipbard ipc errors; Adapt swaymsg | nyorain | |
Also increase the get_clipboard timeout to 30 secs | |||
2017-07-07 | Rework get_clipboard implementation | nyorain | |
2017-07-07 | Implement ipc get_clipboard | nyorain | |
2017-07-04 | Make asciidoc (and man pages) optional | Drew DeVault | |
And remove it from the build | |||
2017-04-26 | Add -DVERSION flag for release version numbers | Sebastian Noack | |
2017-04-03 | Add pretty printing to swaymsg | Drew DeVault | |
If stdout is a tty, it will pretty print unless -r (--raw) is given. Sample outputs: ``` ~/s/s/build > ./bin/swaymsg fullscreen toggle Error: Permission denied for fullscreen toggle via IPC ~/s/s/build > ./bin/swaymsg -t get_workspaces Workspace 3:三 Output: DVI-I-1 Layout: splith Workspace 1:一 (off-screen) Output: HDMI-A-1 Layout: splith Workspace 5:五 (focused) Output: HDMI-A-1 Layout: splith ~/s/s/build > ./bin/swaymsg -t get_inputs Input device Metadot - Das Keyboard Das Keyboard Type: Keyboard Sway ID: 9456:320:Metadot_-_Das_Keyboard_Das_Keyb Input device Wacom Intuos S 2 Pen Type: Tablet tool Sway ID: 1386:827:Wacom_Intuos_S_2 Input device Wacom Intuos S 2 Pad Type: Tablet pad Sway ID: 1386:827:Wacom_Intuos_S_2 Input device Logitech Gaming Mouse G502 Type: Keyboard, Mouse Sway ID: 1133:49277:Logitech_Gaming_Mous ~/s/s/build > ./bin/swaymsg -t get_outputs Output DVI-I-1 Geometry: 1920x1080 @ 3840,0 Scale factor: 1x Workspace: 3:三 Output DVI-D-1 Geometry: 1920x1080 @ 0,0 Scale factor: 1x Workspace: 4:四 Output HDMI-A-1 Geometry: 1920x1080 @ 1920,0 Scale factor: 1x Workspace: 5:五 ``` | |||
2017-03-10 | UnGNUify the codebase | Drew DeVault | |
2016-12-09 | Fix build on FreeBSD | Greg V | |
- 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 | |||
2016-07-31 | swaymsg: pretty print ipc response | Tony Crisci | |
fixes #809 | |||
2016-02-26 | Correctly exit sway on errors. | Mikkel Oscar Lyderik | |
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. | |||
2016-01-19 | libinput | Cole Mickens | |
2015-12-05 | Merge pull request #292 from christophgysin/man | Drew DeVault | |
move manpages to subfolders | |||
2015-12-02 | swaymsg: add newline after response | Christoph Gysin | |
2015-12-02 | move manpages to subfolders | Christoph Gysin | |
2015-12-02 | cmake: build common code only once | Christoph Gysin | |
This creates (static) libraries for protocols/, common/, and wayland/. | |||
2015-12-01 | cmake: remove subprojects | Christoph Gysin | |
2015-12-01 | cmake: use out-of-source build | Christoph Gysin | |
2015-12-01 | cmake: use tabs instead of spaces | Christoph Gysin | |
2015-12-01 | cmake: style consistency | Christoph Gysin | |
2015-12-01 | cmake: convert all cmake commands to lowercase | Christoph Gysin | |
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 | |