aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh
AgeCommit message (Collapse)Author
2018-07-10Remove `clipboard` command and `get_clipboard` messageemersion
2018-05-12Implement IPC get_seats commandRyan Dwyer
2017-11-30remove relevant CMakeLists.txtTony Crisci
2017-07-07Rework get_clipboard implementationnyorain
2017-07-03Fix zsh completion for _swaylockazarus
2017-06-18Correct swaylock man page description of -i and -cAndrew Conrad
2016-12-17Use CMAKE_INSTALL_FULL_DATA{,ROOT}DIRWouter 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-18Update _swaylockSeth 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-26add --no-unlock-indicator to swaylockZandr Martin
2016-02-01fixed config helpSeth Barberee
2016-01-31refactored to include single dashSeth Barberee
2016-01-29use tabsMikkel Oscar Lyderik
2016-01-29Improve _swaymsg and _swaygrab completionsMikkel Oscar Lyderik
2016-01-29Autocomplete scale optionsMikkel Oscar Lyderik
2016-01-29complete image, not colorMikkel Oscar Lyderik
2016-01-29Add files completion to _swaylockMikkel Oscar Lyderik
2016-01-28zsh completions for swaylockAaron Ouellette
2016-01-26refactored to include single dash optionsSeth Barberee
2016-01-22restructured to include single dash optionsSeth Barberee
2016-01-17added basic zsh shell completion for sway, swaybg, and swaygrabSeth Barberee