aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh/_swaymsg
AgeCommit message (Collapse)AuthorLines
2020-06-14i3-compat: add GET_BINDING_STATE IPC commandJason Nader-0/+1
2019-03-08Add missing swaymsg completionsPeter Grayson-0/+1
The `-m/--monitor` option was missing from the bash and fish completions. The `subscribe` IPC message type was missing from the bash, fish, and zsh completions. Signed-off-by: Peter Grayson <pete@jpgrayson.net>
2019-03-08Add -p/--pretty option to swaymsgPeter Grayson-3/+4
This new option forces pretty (non-raw/non-JSON) output. By default, when not using a tty, swaymsg outputs using the "raw" format. This makes it impossible to, for example, pipe the pretty output to a pager such as `less` since piping does not use a tty. The new -p/--pretty option gives the user explicit control over the output format while retaining the default tty-dependent behavior. Signed-off-by: Peter Grayson <pete@jpgrayson.net>
2019-01-02zsh: update completionsRéouven Assouly-5/+7
2018-08-01ipc: add tick eventIan Fan-0/+1
2018-08-01Add missing swaymsg completionsIan Fan-0/+2
2018-07-10Remove `clipboard` command and `get_clipboard` messageemersion-1/+0
2018-05-12Implement IPC get_seats commandRyan Dwyer-0/+1
2017-07-07Rework get_clipboard implementationnyorain-0/+1
2016-01-29use tabsMikkel Oscar Lyderik-1/+1
2016-01-29Improve _swaymsg and _swaygrab completionsMikkel Oscar Lyderik-2/+13
2016-01-26refactored to include single dash optionsSeth Barberee-12/+6
2016-01-17added basic zsh shell completion for sway, swaybg, and swaygrabSeth Barberee-0/+26