mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +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 {
|
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||||
settings = {
|
settings = {
|
||||||
monitor = [
|
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"
|
"HDMI-A-1,1920x1080,1536x0,1.25,vrr,0"
|
||||||
"DP-1,1920x1080,0x0,1.25,vrr,0"
|
"DP-1,1920x1080,0x0,1.25,vrr,0"
|
||||||
];
|
];
|
||||||
|
|
|
@ -112,7 +112,6 @@ in
|
||||||
enable_swallow = true;
|
enable_swallow = true;
|
||||||
swallow_regex = "(scratch_term)|(Alacritty)|(kitty)";
|
swallow_regex = "(scratch_term)|(Alacritty)|(kitty)";
|
||||||
font_family = font;
|
font_family = font;
|
||||||
vfr = true;
|
|
||||||
focus_on_activate = true;
|
focus_on_activate = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue