Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-14 | i3-compat: add GET_BINDING_STATE IPC command | Jason Nader | |
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-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-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 | delete references to swaygrab | 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 | |