hyprland desktop: change scaling to 0.75

This commit is contained in:
2026-06-07 14:20:49 +02:00
parent 5a8f8f5c08
commit 15afff222e
+1 -1
View File
@@ -51,7 +51,7 @@
flake.homeModules.hyprland-desktop = _: { flake.homeModules.hyprland-desktop = _: {
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
monitor = [ monitor = [
", highres@highrr, auto, 1" ", highres@highrr, auto, 0.75"
]; ];
}; };
}; };