feat(hyprland): fix fractional scaling for steam
This commit is contained in:
parent
b7b64a4774
commit
cb164afe12
1 changed files with 7 additions and 0 deletions
|
@ -62,6 +62,13 @@
|
|||
", 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
|
||||
binds.workspace_back_and_forth = true;
|
||||
cursor.default_monitor = "$mainMonitor";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue