Skip to content

Commit

Permalink
Merge pull request #18 from flokli/disable-client-decorations
Browse files Browse the repository at this point in the history
nix/configuration: don't draw client decorations when possible
  • Loading branch information
flokli authored Jul 16, 2024
2 parents 1076354 + a85121e commit bf32496
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
environment.GDK_BACKEND = "x11";
user = "kiosk";
program = "${pkgs.fossbeamer}/bin/fossbeamer --default-config=${../default-config.json} https://example.com";
extraArguments = [
"-d" # don't draw client decorations when possible
];
};

environment.systemPackages = [
Expand Down

0 comments on commit bf32496

Please sign in to comment.