mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
13 lines
475 B
Plaintext
13 lines
475 B
Plaintext
#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:'
|