aboutsummaryrefslogtreecommitdiff
path: root/swaymsg
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-27Add command line to swaygrabDrew DeVault1-1/+4
2015-11-27Move IPC client into common, refactor IPCDrew DeVault1-68/+2
2015-11-27Fix build warningsDrew DeVault1-1/+3
2015-11-26Implement swaymsg IPC behaviorDrew DeVault1-2/+70
2015-11-26Parse command line args for swaymsgDrew DeVault1-2/+92
2015-11-26Add swaymsg subprojectDrew DeVault2-0/+27