Skip to content

Commit

Permalink
Merge pull request #27 from flokli/scale
Browse files Browse the repository at this point in the history
nix/configuration.nix: set scale to 2
  • Loading branch information
flokli authored Jul 19, 2024
2 parents 46927bf + f349148 commit 0a01136
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 0a01136

Please sign in to comment.