Change hyprland monitor scale default to auto instead of 1
This commit is contained in:
parent
07d6d7fc16
commit
4c755a6382
|
|
@ -30,7 +30,7 @@ with lib;
|
||||||
};
|
};
|
||||||
monitor = mkOption {
|
monitor = mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
default = [ ",preferred,auto,1" ];
|
default = [ ",preferred,auto,auto" ];
|
||||||
description = ''
|
description = ''
|
||||||
Monitors to use for Hyprland.
|
Monitors to use for Hyprland.
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue