Skip to content

Commit

Permalink
nix/profiles/kiosk: drop --scale 2
Browse files Browse the repository at this point in the history
Now with font sizes actually working, we don't need the scaling anymore,
it looks fine as-is.
  • Loading branch information
flokli committed Jul 19, 2024
1 parent 2254de0 commit 81d1956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/profiles/kiosk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 81d1956

Please sign in to comment.