update system

This commit is contained in:
2025-06-20 13:14:05 +02:00
parent 62639b6002
commit 05b437dbf8
4 changed files with 14 additions and 12 deletions

View File

@@ -37,6 +37,8 @@ in
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
SDL_VIDEODRIVER = "wayland";
CLUTTER_BACKEND = "wayland";
# https://github.com/swaywm/sway/issues/6272
_JAVA_AWT_WM_NONREPARENTING = "1";
};
};
xdg.configFile."uwsm/env".source = pkgs.writeText "env" (

View File

@@ -58,9 +58,9 @@ in
slave_count_for_center_master = 0;
mfact = 0.4;
};
render.direct_scanout = 1;
# render.direct_scanout = 1;
monitor = [
"DP-3,3840x2160@144,0x0,1,bitdepth,10"
"DP-3,3840x2160@144,0x0,1,bitdepth,10,cm,auto"
"DP-3,addreserved,340,0,0,0"
];
xwayland.force_zero_scaling = true;