Fix discord scaling issues due to xwayland scaling
This commit is contained in:
parent
c75e935a2c
commit
0ac4151479
|
|
@ -51,6 +51,7 @@ in
|
|||
};
|
||||
|
||||
env = [
|
||||
"ELECTRON_OZONE_PLATFORM_HINT, wayland"
|
||||
"NIXOS_OZONE_WL, 1"
|
||||
"XDG_CURRENT_DESKTOP, Hyprland"
|
||||
"XDG_SESSION_DESKTOP, Hyprland"
|
||||
|
|
@ -59,6 +60,7 @@ in
|
|||
|
||||
xwayland = {
|
||||
enabled = true;
|
||||
force_zero_scaling = true;
|
||||
};
|
||||
|
||||
ecosystem = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue