Skip to content

Commit 5501672

Browse files
ammgwsemersion
authored andcommitted
Update fish completions
`--config` should autocomplete filepaths
1 parent 50dc49f commit 5501672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/fish/sway.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
complete -f -c sway
44
complete -c sway -s h -l help --description "Show help message and quit."
5-
complete -c sway -s c -l config --description "Specifies a config file."
5+
complete -c sway -s c -l config --description "Specifies a config file." -r
66
complete -c sway -s C -l validate --description "Check the validity of the config file, then exit."
77
complete -c sway -s d -l debug --description "Enables full logging, including debug information."
88
complete -c sway -s v -l version --description "Show the version number and quit."

0 commit comments

Comments
 (0)