summaryrefslogtreecommitdiff
path: root/etc/completions/_fbsetbg
diff options
context:
space:
mode:
Diffstat (limited to 'etc/completions/_fbsetbg')
-rw-r--r--etc/completions/_fbsetbg14
1 files changed, 8 insertions, 6 deletions
diff --git a/etc/completions/_fbsetbg b/etc/completions/_fbsetbg
index 3a5a652..9b2c1d9 100644
--- a/etc/completions/_fbsetbg
+++ b/etc/completions/_fbsetbg
@@ -5,18 +5,20 @@
local arguments
+# not yet optimal
arguments=(
+ -{u,U}':wallpapersetter: '
+ -{b,B}':fbsetrootoptions: '
+ - '(exclusive)'
+ '-h'
+ '-i'
+ '-l'
+ '-p'
-{f,F}':file:_files'
-{c,C}':file:_files'
-{t,T}':file:_files'
-{a,A}':file:_files'
- -{u,U}':wallpapersetter: '
- -{b,B}':fbsetrootoptions: '
-{r,R}':directory:_path_files -/'
- '-l'
- '-i'
- '-p'
- '-h'
)
_arguments -s $arguments