mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
added fish completions for swayidle
This commit is contained in:
parent
fe32a745ee
commit
834f23f57a
2 changed files with 4 additions and 0 deletions
3
completions/fish/swayidle.fish
Normal file
3
completions/fish/swayidle.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
# swayidle
|
||||
complete -c swayidle -s h --description 'show help'
|
||||
complete -c swayidle -s d --description 'debug'
|
|
@ -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',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue