mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
Update fish completions
`--config` should autocomplete filepaths
This commit is contained in:
parent
50dc49f35a
commit
55016729a5
@ -2,7 +2,7 @@
|
||||
|
||||
complete -f -c sway
|
||||
complete -c sway -s h -l help --description "Show help message and quit."
|
||||
complete -c sway -s c -l config --description "Specifies a config file."
|
||||
complete -c sway -s c -l config --description "Specifies a config file." -r
|
||||
complete -c sway -s C -l validate --description "Check the validity of the config file, then exit."
|
||||
complete -c sway -s d -l debug --description "Enables full logging, including debug information."
|
||||
complete -c sway -s v -l version --description "Show the version number and quit."
|
||||
|
Loading…
Reference in New Issue
Block a user