From 426a74a89ad4d8d98c58e734ef5de59b86b636cf Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 19 Apr 2026 07:16:19 -0500 Subject: fix: Zoom windowrule syntax (stayfocused → stay_focused on) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dotfiles/hyprland/.config/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 391245c..e7511c6 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -165,8 +165,8 @@ windowrule = match:title ^(Event Tester)$, float on # Zoom — float all windows, fix disappearing popup menus windowrule = match:class ^(zoom)$, float on -windowrule = match:class ^(zoom)$ match:title ^(menu window)$, stayfocused -windowrule = match:class ^(zoom)$ match:title ^(confirm window)$, stayfocused +windowrule = match:class ^(zoom)$ match:title ^(menu window)$, stay_focused on +windowrule = match:class ^(zoom)$ match:title ^(confirm window)$, stay_focused on # Gaming windowrule = match:class ^(Civ5XP)$, fullscreen on -- cgit v1.2.3