From 81d19560dc9e69690d297d6bbac7d5496dbe08f9 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 19 Jul 2024 17:47:22 +0200 Subject: [PATCH] nix/profiles/kiosk: drop --scale 2 Now with font sizes actually working, we don't need the scaling anymore, it looks fine as-is. --- nix/profiles/kiosk.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/profiles/kiosk.nix b/nix/profiles/kiosk.nix index fccb1f7..80ed2aa 100644 --- a/nix/profiles/kiosk.nix +++ b/nix/profiles/kiosk.nix @@ -11,7 +11,7 @@ enable = true; user = "kiosk"; program = pkgs.writers.writeBash "run-cage-program" '' - ${pkgs.wlr-randr}/bin/wlr-randr --output HDMI-A-1 --transform 180 --scale 2 + ${pkgs.wlr-randr}/bin/wlr-randr --output HDMI-A-1 --transform 180 ${pkgs.fossbeamer}/bin/fossbeamer --default-config=${../../default-config.json} https://wip.bar ''; environment = {