feat(hyprland): fix fractional scaling for steam

This commit is contained in:
Mohammad Rafiq 2025-04-28 00:18:24 +08:00
parent b7b64a4774
commit cb164afe12
No known key found for this signature in database

View file

@ -62,6 +62,13 @@
", preferred, auto, 1" ", preferred, auto, 1"
]; ];
xwayland.force_zero_scaling = true;
env = [
"GDK_SCALE,2"
"XCURSOR_SIZE,32"
];
# Switching to the current workspace will switch to the previous # Switching to the current workspace will switch to the previous
binds.workspace_back_and_forth = true; binds.workspace_back_and_forth = true;
cursor.default_monitor = "$mainMonitor"; cursor.default_monitor = "$mainMonitor";