Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |