sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 65a03ab502b450df68cd9e14d8aa53dfc70618cb
parent a64e28135617574bb46fb9af9139b7283625ab6d
Author: Mikkel Oscar Lyderik <mikkeloscar@gmail.com>
Date:   Fri, 29 Jan 2016 02:42:50 +0100

Add files completion to _swaylock

Diffstat:
Mcompletions/zsh/_swaylock | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock @@ -6,6 +6,6 @@ _arguments -s \ '(-v --version)'{-v,--version}'[Show the version number and quit]' \ '(-h --help)'{-h,--help}'[Show help message and quit]' \ - '(-c --color)'{-c --color}'[Specify a color (rrggbb) instead of white]' \ - '(-i --image)'{-i --image}'[Display an image]' \ - '(-s --scaling)'{-s --scaling}'[Scaling mode: stretch, fill, fit, center, tile]' + '(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]:files:_files' \ + '(-i --image)'{-i,--image}'[Display an image]' \ + '(-s --scaling)'{-s,--scaling}'[Scaling mode: stretch, fill, fit, center, tile]'