Skip to content

Commit

Permalink
nix/configuration.nix: set scale to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Jul 18, 2024
1 parent c12bf36 commit f349148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
enable = true;
user = "kiosk";
program = pkgs.writers.writeBash "run-cage-program" ''
${pkgs.wlr-randr}/bin/wlr-randr --output HDMI-A-1 --transform 180
${pkgs.wlr-randr}/bin/wlr-randr --output HDMI-A-1 --transform 180 --scale 2
${pkgs.fossbeamer}/bin/fossbeamer --default-config=${../default-config.json} https://wip.bar
'';
environment = {
Expand Down

0 comments on commit f349148

Please sign in to comment.