fix mac scaling
This commit is contained in:
@@ -123,7 +123,8 @@ in
|
||||
"$mod, XF86MonBrightnessDown, exec, brightnessctl -d kbd_backlight set 10%-"
|
||||
];
|
||||
|
||||
monitor = hyprlandSettings.monitor;
|
||||
monitor = hyprlandSettings.monitor or [ ];
|
||||
monitorv2 = hyprlandSettings.monitorv2 or { };
|
||||
|
||||
render = {
|
||||
cm_fs_passthrough = 1;
|
||||
@@ -293,6 +294,8 @@ in
|
||||
|
||||
debug = {
|
||||
full_cm_proto = true;
|
||||
disable_logs = true;
|
||||
disable_scale_checks = true;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -303,6 +306,6 @@ in
|
||||
exec-once = xhost +SI:localuser:root
|
||||
exec-once = nwg-look -a
|
||||
exec-once = nwg-dock-hyprland -d
|
||||
'' + hyprlandSettings.extraConfig;
|
||||
'' + hyprlandSettings.extraConfig or '''';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user