aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Jason <ammgws@users.noreply.github.com>2020-03-13 13:51:13 +0900
committerLibravatar Simon Ser <contact@emersion.fr>2020-03-13 10:11:25 +0100
commit55016729a573a171a0faa20e0dec44e703da2c45 (patch)
tree79440bbfcc2ff3b51b92a647d939f591c56de98b
parentLimit workspace numbers within 0..INT32_MAX (diff)
downloadsway-55016729a573a171a0faa20e0dec44e703da2c45.tar.gz
sway-55016729a573a171a0faa20e0dec44e703da2c45.tar.zst
sway-55016729a573a171a0faa20e0dec44e703da2c45.zip
Update fish completions
`--config` should autocomplete filepaths
-rw-r--r--completions/fish/sway.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/fish/sway.fish b/completions/fish/sway.fish
index d488d49a..444fd273 100644
--- a/completions/fish/sway.fish
+++ b/completions/fish/sway.fish
@@ -2,7 +2,7 @@
2 2
3complete -f -c sway 3complete -f -c sway
4complete -c sway -s h -l help --description "Show help message and quit." 4complete -c sway -s h -l help --description "Show help message and quit."
5complete -c sway -s c -l config --description "Specifies a config file." 5complete -c sway -s c -l config --description "Specifies a config file." -r
6complete -c sway -s C -l validate --description "Check the validity of the config file, then exit." 6complete -c sway -s C -l validate --description "Check the validity of the config file, then exit."
7complete -c sway -s d -l debug --description "Enables full logging, including debug information." 7complete -c sway -s d -l debug --description "Enables full logging, including debug information."
8complete -c sway -s v -l version --description "Show the version number and quit." 8complete -c sway -s v -l version --description "Show the version number and quit."