From f660c0fa2383b63953d96b890c35b18ea57ef0d5 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 23 Sep 2025 18:15:19 -0400 Subject: [PATCH] feat: Trying to increase scale of gpg pinentry --- hypr/env.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypr/env.conf b/hypr/env.conf index 7a71222..769f7a3 100644 --- a/hypr/env.conf +++ b/hypr/env.conf @@ -18,6 +18,8 @@ env = ELECTRON_OZONE_PLATFORM_HINT,wayland env = OZONE_PLATFORM,wayland env = XDG_SESSION_TYPE,wayland +env = GDK_SCALE=2 + # Allow better support for screen sharing (Google Meet, Discord, etc) env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_DESKTOP,Hyprland