fix mac scaling

This commit is contained in:
mjallen18
2025-07-08 09:49:19 -05:00
parent a2cdab41b2
commit f98c31671d
5 changed files with 103 additions and 3 deletions

View File

@@ -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 '''';
};
}