sway

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

commit 834f23f57aefd78921a997ef3e0a835a682461ca
parent fe32a745ee699d278d8b15582260e749f95c107c
Author: madblobfish <madblobfish@users.noreply.github.com>
Date:   Sat, 27 Oct 2018 16:54:20 +0200

added fish completions for swayidle

Diffstat:
Acompletions/fish/swayidle.fish | 3+++
Mmeson.build | 1+
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/completions/fish/swayidle.fish b/completions/fish/swayidle.fish @@ -0,0 +1,3 @@ +# swayidle +complete -c swayidle -s h --description 'show help' +complete -c swayidle -s d --description 'debug' diff --git a/meson.build b/meson.build @@ -244,6 +244,7 @@ endif if (get_option('fish-completions')) fish_files = files( 'completions/fish/sway.fish', + 'completions/fish/swayidle.fish', 'completions/fish/swaylock.fish', 'completions/fish/swaymsg.fish', )