From 7c3e6c1f020fb556bdb600cf77695263875f4149 Mon Sep 17 00:00:00 2001 From: beluch-dev Date: Wed, 18 Feb 2026 21:41:12 +0300 Subject: [PATCH] fix: correct parameter name in Hyprland windowrule (no_initial_focus) (#1726) ##Description This PR corrects the parameter name to match new Hyprland standard. ## Changes -Before: 'noinitialfocus' -After: 'no_initial_focus' --- core/internal/config/embedded/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/internal/config/embedded/hyprland.conf b/core/internal/config/embedded/hyprland.conf index 379529eb..72fee60c 100644 --- a/core/internal/config/embedded/hyprland.conf +++ b/core/internal/config/embedded/hyprland.conf @@ -100,7 +100,7 @@ windowrule = float on, match:class ^(blueman-manager)$ windowrule = float on, match:class ^(org\.gnome\.Nautilus)$ windowrule = float on, match:class ^(xdg-desktop-portal)$ -windowrule = noinitialfocus on, match:class ^(steam)$, match:title ^(notificationtoasts) +windowrule = no_initial_focus on, match:class ^(steam)$, match:title ^(notificationtoasts) windowrule = pin on, match:class ^(steam)$, match:title ^(notificationtoasts) windowrule = float on, match:class ^(firefox)$, match:title ^(Picture-in-Picture)$