mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 15:31:28 +00:00
added fish completions for swayidle
This commit is contained in:
parent
fe32a745ee
commit
834f23f57a
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