diff options
author | Emilio Pozuelo Monfort <pochu27@gmail.com> | 2013-03-14 17:23:38 +0100 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-03-19 14:42:46 -0400 |
commit | 57ac406c2f4c33e7cdf6c6065f980a836b056f52 (patch) | |
tree | b0b7cc487410d9b0d7edf94d0bf6bfc6286260d1 | |
parent | ab44b0c61e886b2d335e683ee73f5cb186bd6f63 (diff) |
weston.ini.man: document cursor-theme and cursor-key
-rw-r--r-- | man/weston.ini.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man index 7699e35e..8dde82cd 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -146,6 +146,12 @@ defines the number of workspaces (unsigned integer). The user can switch workspaces by using the binding+F1, F2 keys. If this key is not set, fall back to one workspace. .TP 7 +.BI "cursor-theme=" theme +sets the cursor theme (string). +.TP 7 +.BI "cursor-size=" 24 +sets the cursor size (unsigned integer). +.TP 7 .BI "lockscreen-icon=" path sets the path to lock screen icon image (string). (tablet shell only) .TP 7 |