From ff05ddb0bf50fb2f93693b1e19cdf35786086809 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 17 Aug 2008 10:55:19 +0200 Subject: Moved zsh completions to their respective packages --- etc/completions/_fbsetroot | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 etc/completions/_fbsetroot (limited to 'etc/completions/_fbsetroot') diff --git a/etc/completions/_fbsetroot b/etc/completions/_fbsetroot deleted file mode 100644 index 0c8ff4b..0000000 --- a/etc/completions/_fbsetroot +++ /dev/null @@ -1,42 +0,0 @@ -#compdef fbsetroot -## completion for fbsetroot (fluxbox 1.0.0+deb1-9), based on fbsetroot(1) -## Daniel Friesel -## https://derf.homelinux.org/~derf/dotfiles/zsh/completions/_fbsetroot - -local arguments -local texturestrings colors - -texturestrings=( - Horizontal - Vertical - Diagonal - Crossdiagonal - Pipecross - Elliptic - Rectangle - Pyramid -) - -colors=( - white gray black - green yellow red - blue cyan purple -) - -arguments=( - '-display[specify display]:display: ' - - help - '-help[print help]' - - solid - '-solid[set root window to specified color]:color:'"($colors)" - - gradient - '-gradient[render texture string]:texturestring:'"($texturestrings)" - '-from[first grodient color]:color:'"($colors)" - '-to[second gradient color]:color:'"($colors)" - - mod - '-mod[create modula pattern]:x: :y: ' - '-bg[modula background color]:color:'"($colors)" - '-fg[modula foreground color]:color:'"($colors)" -) - -_arguments -s $arguments -- cgit v1.2.3