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:
Donovan Glover 2024-03-08 00:00:55 -05:00
parent c836aa7f79
commit 3a46bb767f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -7,6 +7,7 @@
lazy-load = 1;
hide-info-box = 1;
scale-mode-screen-fraction = 1;
max-depth = 0;
background-pattern = "black";
disable-backends = "archive,archive_cbx,libav,poppler,spectre";
thumbnail-size = "256x256";