From 4e0841d1b03f6765bfd19372a944892c17e6eb56 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Sat, 14 Sep 2024 12:28:25 +0200 Subject: [PATCH] Stop using extraConfig --- modules/home/hyprland/config.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index f60e804..f1f107e 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -292,14 +292,14 @@ "maxsize 1 1,class:^(xwaylandvideobridge)$" "noblur,class:^(xwaylandvideobridge)$" ]; + + monitor = [ + ",preferred,auto,1" + ]; + + xwayland = { + force_zero_scaling = true; + }; }; - - extraConfig = " - monitor=,preferred,auto,1 - - xwayland { - force_zero_scaling = true - } - "; }; }