From 915af0c86822c08f997c4a2fbac01fc202532382 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 18 Jun 2025 13:08:31 +0800 Subject: [PATCH] fix: hyprland - windowrule for zoom meeting --- home/linux/gui/hyprland/conf/configs/windowrules.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/linux/gui/hyprland/conf/configs/windowrules.conf b/home/linux/gui/hyprland/conf/configs/windowrules.conf index c08d20f5..93265a9f 100644 --- a/home/linux/gui/hyprland/conf/configs/windowrules.conf +++ b/home/linux/gui/hyprland/conf/configs/windowrules.conf @@ -10,7 +10,7 @@ windowrulev2 = workspace 1, class:^(foot)$ windowrulev2 = workspace 2, class:^(Alacritty)$ # Work Chat / Meeting -windowrulev2 = workspace 3, class:^(zoom)$ +windowrulev2 = workspace 3, class:^(Zoom Workplace)$ # Browsers windowrulev2 = workspace 4, class:^(firefox)$ windowrulev2 = workspace 5, class:^(google-chrome)$ @@ -44,7 +44,7 @@ windowrulev2 = float, class:^(thunderbird)$,title:^(.*Reminder) # ============================================================================ # Steam -# Fix: Steam menus dissapearing on mouseover +# Fix: Steam menus disappearing on mouseover windowrulev2 = stayfocused, title:^()$, class:^(steam)$ windowrulev2 = minsize 1 1, title:^()$, class:^(steam)$ # Fix: Steam starts in a broken position as float window