diff options
Diffstat (limited to 'etc/completions/_fbsetbg')
-rw-r--r-- | etc/completions/_fbsetbg | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/etc/completions/_fbsetbg b/etc/completions/_fbsetbg deleted file mode 100644 index 6034a36..0000000 --- a/etc/completions/_fbsetbg +++ /dev/null @@ -1,24 +0,0 @@ -#compdef fbsetbg -## completion for fbsetbg (fluxbox 1.0.0+deb1-9), based on fbsetbg(1) -## Daniel Friesel <derf@derf.homelinux.org> -## https://derf.homelinux.org/~derf/dotfiles/zsh/completions/_fbsetbg - -local arguments - -# not yet optimal -arguments=( - -{u,U}'[specify wallpapersetter]:wallpapersetter: ' - -{b,B}'[options for fbsetroot]:fbsetrootoptions: ' - - '(exclusive)' - '-h[show help]' - '-i[show wallpapersetter information]' - '-l[set previous wallpaper]' - '-p[show tips]' - -{f,F}'[set fullscreen wallpaper]:file:_files' - -{c,C}'[set centered wallpaper]:file:_files' - -{t,T}'[set tiled wallpaper]:file:_files' - -{a,A}'[set maximized wallpaper]:file:_files' - -{r,R}'[set random wallpaper from directory]:directory:_path_files -/' -) - -_arguments -s $arguments |