From 920e236fc72136a84e559a96fd4f84eaf97305eb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 13 Jul 2025 16:45:33 -0700 Subject: [PATCH] Focus on active window to solve the problem that opening URLs wouldnt focus browser if on a different workspace Closes #152 --- default/hypr/looknfeel.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/hypr/looknfeel.conf b/default/hypr/looknfeel.conf index be474d1..d73f677 100644 --- a/default/hypr/looknfeel.conf +++ b/default/hypr/looknfeel.conf @@ -95,5 +95,5 @@ master { misc { disable_hyprland_logo = true disable_splash_rendering = true + focus_on_activate = true } -