sway

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

commit 55016729a573a171a0faa20e0dec44e703da2c45
parent 50dc49f35a41de7b59c27c6f796f3ec9a9a4878a
Author: Jason <ammgws@users.noreply.github.com>
Date:   Fri, 13 Mar 2020 13:51:13 +0900

Update fish completions

`--config` should autocomplete filepaths
Diffstat:
Mcompletions/fish/sway.fish | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/completions/fish/sway.fish b/completions/fish/sway.fish @@ -2,7 +2,7 @@ complete -f -c sway complete -c sway -s h -l help --description "Show help message and quit." -complete -c sway -s c -l config --description "Specifies a config file." +complete -c sway -s c -l config --description "Specifies a config file." -r complete -c sway -s C -l validate --description "Check the validity of the config file, then exit." complete -c sway -s d -l debug --description "Enables full logging, including debug information." complete -c sway -s v -l version --description "Show the version number and quit."