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

local arguments

arguments=(
	-{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