mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat(demeter): disable explicit sync
This commit is contained in:
parent
dc656284d3
commit
4bf9eaadfb
1 changed files with 1 additions and 0 deletions
|
@ -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.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.package = inputs.stablepkgs.legacyPackages.${pkgs.system}.hyprland;
|
||||||
|
wayland.windowManager.hyprland.settings.render.explicit_sync = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue