aboutsummaryrefslogtreecommitdiffstats
path: root/completions/zsh/_swaymsg
Commit message (Collapse)AuthorAge
* i3-compat: add GET_BINDING_STATE IPC commandLibravatar Jason Nader2020-06-14
|
* Add missing swaymsg completionsLibravatar Peter Grayson2019-03-08
| | | | | | | | | 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>
* Add -p/--pretty option to swaymsgLibravatar Peter Grayson2019-03-08
| | | | | | | | | | | 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>
* zsh: update completionsLibravatar Réouven Assouly2019-01-02
|
* ipc: add tick eventLibravatar Ian Fan2018-08-01
|
* Add missing swaymsg completionsLibravatar Ian Fan2018-08-01
|
* Remove `clipboard` command and `get_clipboard` messageLibravatar emersion2018-07-10
|
* Implement IPC get_seats commandLibravatar Ryan Dwyer2018-05-12
|
* Rework get_clipboard implementationLibravatar nyorain2017-07-07
|
* use tabsLibravatar Mikkel Oscar Lyderik2016-01-29
|
* Improve _swaymsg and _swaygrab completionsLibravatar Mikkel Oscar Lyderik2016-01-29
|
* refactored to include single dash optionsLibravatar Seth Barberee2016-01-26
|
* added basic zsh shell completion for sway, swaybg, and swaygrabLibravatar Seth Barberee2016-01-17