[hyprland,eww] Fixes settings after version upgrade

This commit is contained in:
2026-05-30 14:14:44 -07:00
parent a357e7a622
commit 07280e20ea
7 changed files with 49 additions and 45 deletions

View File

@@ -55,9 +55,9 @@ in
# Set DP-2 as the primary monitor, otherwise it defaults to DP-1 because it's first in the list.
"xrandr --output DP-2 --primary"
];
windowrulev2 = [
windowrule = [
# Rofi doesn't center properly when I have the two asymetric monitors, so we need hyprland to manage it.
"center, class:Rofi"
"match:class Rofi, center on"
];
};
}