Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-28 | build: move completions to separate file | Simon Ser | |
2022-03-27 | bash-completion: localize variables | Oğuz Ersen | |
2020-06-14 | i3-compat: add GET_BINDING_STATE IPC command | Jason Nader | |
2020-05-15 | bash completion: swaymsg accepts --version, not --verbose | Eric Engestrom | |
2020-03-13 | Update fish completions | Jason | |
`--config` should autocomplete filepaths | |||
2019-03-08 | Add missing swaymsg completions | Peter Grayson | |
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-08 | Add -p/--pretty option to swaymsg | Peter Grayson | |
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-02-23 | fish: improve completions a little bit | Tim Sampson | |
2019-01-13 | Split swaylock into separate project | Drew DeVault | |
2019-01-12 | Split swayidle from sway | Drew DeVault | |
2019-01-02 | completion: use jq instead of sed for swaybar completion | Réouven Assouly | |
2019-01-02 | zsh: update completions | Réouven Assouly | |
2018-12-31 | bash: add completion for swaybar | Gaël PORTAY | |
2018-11-04 | document swaymessage type for get_seats | madblobfish | |
2018-10-31 | improved swaymsg completions for fish | madblobfish | |
2018-10-27 | added fish completions for swaynag | madblobfish | |
2018-10-27 | added fish completions for swayidle | madblobfish | |
2018-10-27 | updated fish completions for swaylock | madblobfish | |
2018-08-26 | added untested files | Martin Kalchev | |
2018-08-16 | Fix swaylock zsh completions | Ian Fan | |
2018-08-01 | ipc: add tick event | Ian Fan | |
2018-08-01 | Add missing swaymsg completions | Ian Fan | |
2018-07-30 | Merge pull request #2387 from 1ace/feature/bash-completion | Drew DeVault | |
bash completion | |||
2018-07-30 | delete references to swaygrab | Eric Engestrom | |
2018-07-30 | bash: add completion for swayidle | Eric Engestrom | |
2018-07-30 | bash: add completion for swaylock | Eric Engestrom | |
2018-07-30 | bash: add completion for swaymsg | Eric Engestrom | |
2018-07-30 | bash: add completion for sway | Eric Engestrom | |
2018-07-30 | zsh: fix sway completion | Eric Engestrom | |
2018-07-10 | Remove `clipboard` command and `get_clipboard` message | emersion | |
2018-05-12 | Implement IPC get_seats command | Ryan Dwyer | |
2017-11-30 | remove relevant CMakeLists.txt | Tony Crisci | |
2017-07-07 | Rework get_clipboard implementation | nyorain | |
2017-07-03 | Fix zsh completion for _swaylock | azarus | |
2017-06-18 | Correct swaylock man page description of -i and -c | Andrew Conrad | |
2016-12-17 | Use CMAKE_INSTALL_FULL_DATA{,ROOT}DIR | Wouter van Kesteren | |
Exherbo installs architecture dependent data in a different place than architecture independent data. More concretely: binaries go in /usr/$chost/{bin,lib}, data goes in /usr/share and configs in /etc, /etc is already configurable through CMAKE_INSTALL_FULL_SYSCONFDIR but the datadir was not. This patch fixes it so that things can be pushed in the right places. | |||
2016-07-18 | Update _swaylock | Seth Barberee | |
added new option of daemonize (-f --daemonize) that was added to swaylock in https://github.com/SirCmpwn/sway/pull/750 and added socket completion upon reading more into swaylock/main.c (it also is in the usage help but never had it in completion) | |||
2016-05-26 | add --no-unlock-indicator to swaylock | Zandr Martin | |
2016-02-01 | fixed config help | Seth Barberee | |
2016-01-31 | refactored to include single dash | Seth Barberee | |
2016-01-29 | use tabs | Mikkel Oscar Lyderik | |
2016-01-29 | Improve _swaymsg and _swaygrab completions | Mikkel Oscar Lyderik | |
2016-01-29 | Autocomplete scale options | Mikkel Oscar Lyderik | |
2016-01-29 | complete image, not color | Mikkel Oscar Lyderik | |
2016-01-29 | Add files completion to _swaylock | Mikkel Oscar Lyderik | |
2016-01-28 | zsh completions for swaylock | Aaron Ouellette | |
2016-01-26 | refactored to include single dash options | Seth Barberee | |
2016-01-22 | restructured to include single dash options | Seth Barberee | |
2016-01-17 | added basic zsh shell completion for sway, swaybg, and swaygrab | Seth Barberee | |