mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-06 09:01:13 +02:00
12 lines
481 B
Text
12 lines
481 B
Text
#compdef xsetroot
|
|
|
|
_x_arguments \
|
|
-{help,def,gray,grey,rv} \
|
|
'-cursor:cursor file:_files -g \*.\(\#i\)\(xbm\|curs\(\|or\)\):mask file:_files -g \*.\(\#i\)\(xbm\|curs\(\|or\)\|mask\)' \
|
|
'-cursor_name:cursor name:_x_cursor' \
|
|
'-bitmap:bitmap file:_files -g \*.\(\#i\)xbm' \
|
|
'-mod:x grid distance (1-16): :y grid distance (1-16):' \
|
|
'-fg:foreground color:_x_color' \
|
|
'-bg:background color:_x_color' \
|
|
'-solid:screen solid color:_x_color' \
|
|
'-name:root window name:'
|