aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-19 07:16:19 -0500
committerCraig Jennings <c@cjennings.net>2026-04-19 07:16:19 -0500
commit426a74a89ad4d8d98c58e734ef5de59b86b636cf (patch)
tree9ebe5a5fba0ac28a951202718c606de92dedb277 /dotfiles
parentfd07c72167f3073ab981c4c960e4c1a667aec7ef (diff)
downloadarchsetup-426a74a89ad4d8d98c58e734ef5de59b86b636cf.tar.gz
archsetup-426a74a89ad4d8d98c58e734ef5de59b86b636cf.zip
fix: Zoom windowrule syntax (stayfocused → stay_focused on)
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf4
1 files 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