home/programs/hyprland: disable xwayland scaling
This commit is contained in:
parent
7e240b97b6
commit
057adf1d27
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
xwayland = {
|
||||||
|
force_zero_scaling = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
env = [
|
||||||
|
"GDK_SCALE,2"
|
||||||
|
];
|
||||||
monitor = [
|
monitor = [
|
||||||
"eDP-1, preferred, auto, 1.566667"
|
"eDP-1, preferred, auto, 1.566667"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue