about summary refs log tree commit diff
path: root/Completion/User/_xsetroot
blob: c3440a8ee788bb8714a2afcd2cdb660ba814dab4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#compdef xsetroot

_x_options \
  '-help' \
  '-def' \
  '-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):' \
  '-gray' \
  '-grey' \
  '-fg:foreground color:_colors' \
  '-bg:background color:_colors' \
  '-rv' \
  '-solid:screen solid color:_colors' \
  '-name:root window name:'