aboutsummaryrefslogtreecommitdiff
path: root/swaymsg
AgeCommit message (Expand)AuthorFilesLines
2018-07-10Remove `clipboard` command and `get_clipboard` messageemersion2-48/+2
2018-07-10Add get_config message type to ipcIan Fan2-1/+17
2018-07-10Add get_binding_modes message type to ipcIan Fan2-0/+5
2018-07-09Update for swaywm/wlroots#1126emersion1-1/+1
2018-06-30refactor success_objectArmin Preiml1-5/+1
2018-06-30fix swaymsg: errors are displayed againArmin Preiml1-6/+21
2018-06-06Store sway_outputs so that they can be reenabledBrian Ashworth1-20/+29
2018-05-29Add tree representation to IPC workspace descriptionRyan Dwyer1-3/+7
2018-05-28swaymsg: Fix exit codeRyan Dwyer1-4/+17
2018-05-25Delete old asciidoc man pagesemersion1-89/+0
2018-05-12Merge remote-tracking branch 'origin/master' into scdocDrew DeVault2-1/+39
2018-05-12Implement IPC get_seats commandRyan Dwyer2-1/+39
2018-05-11Add swaylock(1) and swaymsg(1)Drew DeVault1-0/+66
2018-05-05swaymsg: Fix spelling in error messageNicolas Braud-Santoni1-1/+1
2018-03-12ipc: add output modesemersion1-2/+24
2018-01-05swaymsg: convert to wlr_logDominique Martinet2-2/+2
2018-01-04update json-c dep to 0.13Rachel K1-1/+1
2017-12-29Pretty-print all output info in swaymsg -t get_outputsemersion1-3/+16
2017-12-19fix memory leak in swaymsgTony Crisci1-1/+3
2017-12-18fix memory leak in swaymsgTony Crisci1-1/+1
2017-12-18ipc get_inputsTony Crisci1-39/+33
2017-11-30remove relevant CMakeLists.txtTony Crisci1-23/+0
2017-11-30meson build swaymsgTony Crisci1-0/+8
2017-10-13fintune swaymsg manpagemadblobfish1-1/+3
2017-10-08Merge pull request #1263 from nyorain/masterDrew DeVault2-6/+57
2017-10-06Fix github links in docZuzana Svetlikova1-1/+1
2017-07-11Add get_clipbard ipc errors; Adapt swaymsgnyorain1-2/+14
2017-07-07Rework get_clipboard implementationnyorain2-14/+33
2017-07-07Implement ipc get_clipboardnyorain1-1/+21
2017-07-04Make asciidoc (and man pages) optionalDrew DeVault1-1/+3
2017-04-26Add -DVERSION flag for release version numbersSebastian Noack1-5/+1
2017-04-03Add pretty printing to swaymsgDrew DeVault2-7/+184
2017-03-10UnGNUify the codebaseDrew DeVault1-0/+2
2016-12-09Fix build on FreeBSDGreg V1-0/+4
2016-07-31swaymsg: pretty print ipc responseTony Crisci2-3/+16
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik1-2/+2
2016-01-19libinputCole Mickens2-0/+5
2015-12-05Merge pull request #292 from christophgysin/manDrew DeVault2-0/+74
2015-12-02swaymsg: add newline after responseChristoph Gysin1-1/+1
2015-12-02move manpages to subfoldersChristoph Gysin2-0/+74
2015-12-02cmake: build common code only onceChristoph Gysin1-5/+5
2015-12-01cmake: remove subprojectsChristoph Gysin1-4/+2
2015-12-01cmake: use out-of-source buildChristoph Gysin1-2/+0
2015-12-01cmake: use tabs instead of spacesChristoph Gysin1-6/+6
2015-12-01cmake: style consistencyChristoph Gysin1-3/+5
2015-12-01cmake: convert all cmake commands to lowercaseChristoph Gysin1-2/+2
2015-11-28Fix option parsingChristoph Gysin1-2/+3
2015-11-28swaymsg: Add --help option that prints usageChristoph Gysin1-1/+3
2015-11-28swaymsg: Print usage and exit on unknown optionsChristoph Gysin1-0/+11
2015-11-28Use macros for exit valuesChristoph Gysin1-2/+2