feat(demeter): disable explicit sync

This commit is contained in:
Youwen Wu 2024-08-29 21:01:45 -07:00
parent dc656284d3
commit 4bf9eaadfb
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -5,4 +5,5 @@
}: {
wayland.windowManager.hyprland.settings.monitor = ["DP-1,2560x1440@165,1920x0,auto" "HDMI-A-1,1920x1080@60,0x0,1"];
# wayland.windowManager.hyprland.package = inputs.stablepkgs.legacyPackages.${pkgs.system}.hyprland;
wayland.windowManager.hyprland.settings.render.explicit_sync = 0;
}