From 96a4445bb2f1933f10fae5d68126cf2403291810 Mon Sep 17 00:00:00 2001 From: KnightArtorias Date: Sat, 3 Jan 2026 16:41:25 +0000 Subject: [PATCH] VRR for crow LG monitor --- hosts/physical/crow/host-configs/niri/config.kdl | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/hosts/physical/crow/host-configs/niri/config.kdl b/hosts/physical/crow/host-configs/niri/config.kdl index 585b7d9..2313b5c 100644 --- a/hosts/physical/crow/host-configs/niri/config.kdl +++ b/hosts/physical/crow/host-configs/niri/config.kdl @@ -40,8 +40,9 @@ output "HDMI-A-1" { } output "DP-2" { - mode "2560x1440@143.00" + mode "2560x1440@144.00" position x=1920 y=0 + variable-refresh-rate } output "DP-1" { @@ -91,14 +92,13 @@ screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png" // Find more information on the wiki: // https://yalter.github.io/niri/Configuration:-Window-Rules -// Open the librewolf picture-in-picture player as floating by default. +// Open the brave picture-in-picture player as floating by default. window-rule { - match app-id=r#"librewolf$"# title="^Picture-in-Picture$" + match app-id=r#"^brave-browser$"# title="^Picture-in-Picture$" open-floating true } // Example: block out two password managers from screen capture. -// (This example rule is commented out with a "/-" in front.) window-rule { match app-id=r#"^org\.keepassxc\.KeePassXC$"# match app-id=r#"^org\.gnome\.World\.Secrets$"# @@ -107,7 +107,6 @@ window-rule { } // Example: enable rounded corners for all windows. -// (This example rule is commented out with a "/-" in front.) window-rule { geometry-corner-radius 12 clip-to-geometry true @@ -115,17 +114,17 @@ window-rule { // Open these apps fullscreen window-rule { - match app-id="brave-brower" + match app-id="^brave-brower$" open-fullscreen true } window-rule { - match app-id="vesktop" + match app-id="^vesktop$" open-fullscreen true } window-rule { - match app-id="steam" + match app-id="^steam$" open-fullscreen true }