mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-26 04:31:21 +02:00
pqiv: Set max-depth to 0
Fixes an issue where the latest version of pqiv would become unresponsive when browsing images in directories with large subdirectories. Also makes selecting multiple images work again. See: https://github.com/phillipberndt/pqiv/pull/204
This commit is contained in:
parent
c836aa7f79
commit
3a46bb767f
@ -7,6 +7,7 @@
|
|||||||
lazy-load = 1;
|
lazy-load = 1;
|
||||||
hide-info-box = 1;
|
hide-info-box = 1;
|
||||||
scale-mode-screen-fraction = 1;
|
scale-mode-screen-fraction = 1;
|
||||||
|
max-depth = 0;
|
||||||
background-pattern = "black";
|
background-pattern = "black";
|
||||||
disable-backends = "archive,archive_cbx,libav,poppler,spectre";
|
disable-backends = "archive,archive_cbx,libav,poppler,spectre";
|
||||||
thumbnail-size = "256x256";
|
thumbnail-size = "256x256";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user