mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01: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'))
|
if (get_option('fish-completions'))
|
||||||
fish_files = files(
|
fish_files = files(
|
||||||
'completions/fish/sway.fish',
|
'completions/fish/sway.fish',
|
||||||
|
'completions/fish/swayidle.fish',
|
||||||
'completions/fish/swaylock.fish',
|
'completions/fish/swaylock.fish',
|
||||||
'completions/fish/swaymsg.fish',
|
'completions/fish/swaymsg.fish',
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user