mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
vrr multi monitor is a bit glitchy
This commit is contained in:
parent
20b3ebac4b
commit
ba53b06504
2 changed files with 1 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
|||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||
settings = {
|
||||
monitor = [
|
||||
"eDP-1,1920x1080@300,720x864,1.25,vrr,1"
|
||||
"eDP-1,1920x1080@300,720x864,1.25,vrr,0"
|
||||
"HDMI-A-1,1920x1080,1536x0,1.25,vrr,0"
|
||||
"DP-1,1920x1080,0x0,1.25,vrr,0"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue