summaryrefslogtreecommitdiff
path: root/etc/completions/_fbsetbg
blob: 9b2c1d9dcbc2e1f50f641ccb165461ed05db44a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#compdef fbsetbg
## fluxbox fbsetbg completion
## Daniel Friesel <derf@derf.homelinux.org>
## https://derf.homelinux.org/~derf/dotfiles/zsh/completions/_fbsetbg

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'
	-{r,R}':directory:_path_files -/'
)

_arguments -s $arguments