From 704f9d6be965c085be73f5c6e64f15b6715de185 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 29 Jan 2024 18:10:53 -0500 Subject: [PATCH] pqiv: Always scale 100% outside fullscreen --- home/pqiv.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/pqiv.nix b/home/pqiv.nix index 02d98383..00d09a30 100644 --- a/home/pqiv.nix +++ b/home/pqiv.nix @@ -6,6 +6,7 @@ options = { lazy-load = 1; hide-info-box = 1; + scale-mode-screen-fraction = 1; background-pattern = "black"; disable-backends = "archive,archive_cbx,libav,poppler,spectre"; thumbnail-size = "256x256";