mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-14 14:58:14 +01:00
pqiv: use true for boolean values
Now possible since my PR was merged.
This commit is contained in:
parent
ec1e48b793
commit
98283539bb
@ -4,9 +4,9 @@
|
||||
|
||||
settings = {
|
||||
options = {
|
||||
lazy-load = 1;
|
||||
hide-info-box = 1;
|
||||
scale-mode-screen-fraction = 1;
|
||||
lazy-load = true;
|
||||
hide-info-box = true;
|
||||
scale-mode-screen-fraction = true;
|
||||
background-pattern = "black";
|
||||
disable-backends = "archive,archive_cbx,libav,poppler,spectre";
|
||||
thumbnail-size = "256x256";
|
||||
|
Loading…
Reference in New Issue
Block a user