From 83fc6c6c3d81a58351fedd9cfb451e9b0c28ef22 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 25 Jun 2025 20:00:02 -0700 Subject: [PATCH] Add back GDK_SCALE but expose it --- config/hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 3e30704..d87db4d 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -24,6 +24,9 @@ source = ~/.config/omarchy/current/theme/hyprland.conf # Extra autostart processes (uncomment to run Dropbox) # exec-once = dropbox-cli start +# Extra env variables +env = GDK_SCALE,2 # Change to 1 if on a 1x display + # Extra bindings bind = SUPER, A, exec, $webapp="https://chatgpt.com" bind = SUPER SHIFT, A, exec, $webapp="https://grok.com"