From 173eaa410e3a6967b0a1272b9957902c334c5480 Mon Sep 17 00:00:00 2001 From: Harzo Date: Sun, 10 Sep 2023 11:33:13 +0200 Subject: [PATCH] Hyprland: Disabled XWayland HiDPI scaling --- .config/hypr/conf.d/rules.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/hypr/conf.d/rules.conf b/.config/hypr/conf.d/rules.conf index 73a993f..b067f3e 100644 --- a/.config/hypr/conf.d/rules.conf +++ b/.config/hypr/conf.d/rules.conf @@ -17,5 +17,14 @@ windowrulev2 = float,class:^sysmonitor$ windowrulev2 = size 75% 75%,class:^sysmonitor$ windowrulev2 = center,class:^sysmonitor$ +# Wofi session +windowrulev2 = stayfocused,class:^wofisession$ +windowrulev2 = dimaround,class:^wofisession$ + # Layers layerrule = noanim,selection + +# Don't scale XWayland +xwayland { + force_zero_scaling = true +}