home/programs/hyprland: disable xwayland scaling

This commit is contained in:
Anthony Rodriguez 2024-12-13 22:57:56 +01:00
parent 7e240b97b6
commit 057adf1d27
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -16,6 +16,13 @@
};
settings = {
xwayland = {
force_zero_scaling = true;
};
env = [
"GDK_SCALE,2"
];
monitor = [
"eDP-1, preferred, auto, 1.566667"
];