feat(hyprland): implement declarative monitor scaling and add scale picker to welcome wizard
Some checks failed
Check / eval-and-lint (push) Failing after 6m36s
Some checks failed
Check / eval-and-lint (push) Failing after 6m36s
This commit is contained in:
@@ -107,6 +107,14 @@ in
|
||||
default = schema.home.hyprland.border_size;
|
||||
description = "Border size for Hyprland.";
|
||||
};
|
||||
scale = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = schema.home.hyprland.scale;
|
||||
description = ''
|
||||
Default monitor scale. Use "auto" to let Hyprland decide,
|
||||
or a numeric string like "1", "1.25", "1.5", "2".
|
||||
'';
|
||||
};
|
||||
};
|
||||
fonts = {
|
||||
monospace = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user