summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgarhve <git@garhve.com>2025-01-12 00:32:08 +0800
committergarhve <git@garhve.com>2025-01-12 00:32:08 +0800
commit3ca7f5f1417032df80be50908590d20f785fdc6e (patch)
treea272ad13a58bf1292d36b44173917e642624673b
parent9cf9d6b0ef8aa7fc5274ba20fdf53761c8528c1e (diff)
fix xwayland scaling issueHEADmain
-rw-r--r--.config/hypr/hyprland.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 1e6bb8c..65601c7 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -182,6 +182,10 @@ misc {
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
}
+xwayland {
+ force_zero_scaling = true
+}
+
#############
### INPUT ###