mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Add proper description for config parameters
This commit is contained in:
parent
46f681a2d0
commit
df0093d4f8
@ -126,9 +126,18 @@ Currently supported settings:
|
||||
- `secure_copy_sequence` and `secure_paste_sequence` - key sequences used to trigger secure copy and paste.
|
||||
|
||||
|
||||
- `trayicon_mode` - trayicon coloring mode
|
||||
- `trayicon_mode` - defines the trayicon coloring mode. Options are
|
||||
- `bg` - color full icon background to the VM color
|
||||
- `border1` - add 1px border at the icon edges
|
||||
- `border2` - add 1px border 1px from the icon edges
|
||||
- `tint` - tinttint icon to the VM color, can be used with additional
|
||||
modifiers (you can enable multiple of them)
|
||||
- `tint+border1,tint+border2` - same as tint, but also add a border
|
||||
- `tint+saturation50` - same as tint, but reduce icon saturation by 50%
|
||||
- `tint+whitehack` - same as tint, but change white pixels (0xffffff) to
|
||||
almost-white (0xfefefe)
|
||||
|
||||
- `log level` - log level defines the log options log can take. This can be
|
||||
`ERROR`, `WARN`, `INFO`, `DEBUG`, `LOG_LEVEL_MAX`.
|
||||
- `log level` - log level defines the log options log can take. log level can
|
||||
have a value of 0(only errors), 1(some basic messages), 2(debug).
|
||||
|
||||
- `startup_timeout` - The timeout for startup.
|
||||
|
Loading…
Reference in New Issue
Block a user