added fish completions for swayidle

This commit is contained in:
madblobfish 2018-10-27 16:54:20 +02:00
parent fe32a745ee
commit 834f23f57a
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# swayidle
complete -c swayidle -s h --description 'show help'
complete -c swayidle -s d --description 'debug'

View File

@ -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',
)