xcursor: Better documentation about options
This commit is contained in:
parent
e5ac21ffb2
commit
ca5e2fa06a
|
@ -39,7 +39,10 @@ in
|
||||||
type = types.nullOr cursorType;
|
type = types.nullOr cursorType;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
The X cursor theme to use.
|
The X cursor theme and settings. There package pkgs.xorg.xcursorthemes
|
||||||
|
contains cursors named whiteglass, redglass, and handhelds. The package
|
||||||
|
pkgs.vanilla-dmz contains cursors named Vanilla-DMZ and Vanilla-DMZ-AA.
|
||||||
|
Note: handhelds does not seem to work at custom sizes.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue