Skip to content

[BUG] output scale incorrect #43

Description

@The-Spencer

(NixOS)

I've noticed that even when I explicitly change the output scale in the greeter settings through nix, the greeter remains scaled such that the cursor is large. Here's my configuration:

noctalia-greeter = {
  enable = true;
  package = inputs.noctalia-greeter.packages.${pkgs.stdenv.hostPlatform.system}.default;
  greeter-args = "";
  settings = {
    cursor = {
      theme = "Adwaita";
      size = 24;
    };
    keyboard = {
      layout = "us";
    };
    output = {
      scale = 1.0;
};
  };
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions