Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Add new config for disable hardware acceleration, specify which requi…
Browse files Browse the repository at this point in the history
…re restart (#25)
  • Loading branch information
esimkowitz authored Sep 25, 2024
1 parent 3c5f110 commit 535e526
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,19 @@ use ":" as level separators.
| web:defaulturl | string | default web page to open in the web widget when no url is provided (homepage) |
| web:defaultsearch | string | search template for web searches. e.g. `https://www.google.com/search?q={query}`. "\{query}" gets replaced by search term |
| blockheader:showblockids | bool | show first 8 chars of blockid in the header |
| autoupdate:enabled | bool | enable/disable checking for updates |
| autoupdate:intervalms | float64 | time in milliseconds to wait between update checks |
| autoupdate:installonquit | bool | whether to automatically install updates on quit |
| autoupdate:channel | string | the auto update channel "latest" (stable builds), or "beta" (updated more frequently) |
| autoupdate:enabled | bool | enable/disable checking for updates (requires app restart) |
| autoupdate:intervalms | float64 | time in milliseconds to wait between update checks (requires app restart) |
| autoupdate:installonquit | bool | whether to automatically install updates on quit (requires app restart) |
| autoupdate:channel | string | the auto update channel "latest" (stable builds), or "beta" (updated more frequently) (requires app restart) |
| widget:showhelp | bool | whether to show help/tips widgets in right sidebar |
| window:transparent | bool | set to true to enable window transparency (on platform where it is supported) |
| window:blur | bool | set to enable window background blurring |
| window:opacity | float64 | 0-1, window opacity |
| window:bgcolor | string | set the window background color (should be hex: #xxxxxx) |
| window:reducedmotion | bool | set to true to disable most animations |
| window:tilegapsize | int | set to change override default gap between blocks |
| window:nativetitlebar | bool | set to use the OS-native title bar, rather than the overlay (Windows and Linux only) |
| window:nativetitlebar | bool | set to use the OS-native title bar, rather than the overlay (Windows and Linux only, requires app restart) |
| window:disablehardwareacceleration | bool | set to disable Chromium hardware acceleration to resolve graphical bugs (requires app restart) |
| telemetry:enabled | bool | set to enable/disable telemetry |

For reference this is the current default configuration (v0.8.3):
Expand Down

0 comments on commit 535e526

Please sign in to comment.