mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-17 10:20:55 +01:00
12 lines
475 B
Text
12 lines
475 B
Text
#compdef xsetroot
|
|
|
|
_x_options \
|
|
-{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:_cursors' \
|
|
'-bitmap:bitmap file:_files -g \*.\(\#i\)xbm' \
|
|
'-mod:x grid distance (1-16): :y grid distance (1-16):' \
|
|
'-fg:foreground color:_colors' \
|
|
'-bg:background color:_colors' \
|
|
'-solid:screen solid color:_colors' \
|
|
'-name:root window name:'
|