mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-07 17:33:14 -04:00
Use multiple cores by default
This commit is contained in:
parent
7d9ca64dd6
commit
9e4138831a
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ Settings config = {
|
|||
.fullscreen = FALSE,
|
||||
.fake_transparency = FALSE,
|
||||
.dpi = -1,
|
||||
.threads = 1,
|
||||
.threads = 0,
|
||||
.scrollbar_width = 8,
|
||||
.scroll_method = 0,
|
||||
.fake_background = "screenshot",
|
||||
|
|
Loading…
Add table
Reference in a new issue