Hyprland: Disabled XWayland HiDPI scaling
This commit is contained in:
parent
b3d71a62d0
commit
173eaa410e
|
|
@ -17,5 +17,14 @@ windowrulev2 = float,class:^sysmonitor$
|
|||
windowrulev2 = size 75% 75%,class:^sysmonitor$
|
||||
windowrulev2 = center,class:^sysmonitor$
|
||||
|
||||
# Wofi session
|
||||
windowrulev2 = stayfocused,class:^wofisession$
|
||||
windowrulev2 = dimaround,class:^wofisession$
|
||||
|
||||
# Layers
|
||||
layerrule = noanim,selection
|
||||
|
||||
# Don't scale XWayland
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue