From 4d4674a438c868f0e95130a43a534ec1474a67c7 Mon Sep 17 00:00:00 2001 From: htom Date: Mon, 16 Feb 2026 21:45:40 +0100 Subject: [PATCH] set gdk scale to 2 --- hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index da166ab..c9088bd 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,10 +1,10 @@ ################ ### MONITORS ### ################ - # See https://wiki.hypr.land/Configuring/Monitors/ source = ~/.config/hypr/monitors.conf source = ~/.config/hypr/workspaces.conf + xwayland { force_zero_scaling = true } @@ -40,7 +40,7 @@ exec-once = librepods --start-minimized # See https://wiki.hypr.land/Configuring/Environment-variables/ env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 -env = GDK_SCALE, 1 +env = GDK_SCALE, 2 ################### ### PERMISSIONS ###