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