From 9a8f4523e730dac5e3d1109a94e4b8c9d8b7ec31 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 28 Jun 2025 16:01:43 -0700 Subject: [PATCH] Fix that Chromium is now a capitalized class --- default/hypr/windows.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/hypr/windows.conf b/default/hypr/windows.conf index 3b04b4b..90133e1 100644 --- a/default/hypr/windows.conf +++ b/default/hypr/windows.conf @@ -2,11 +2,11 @@ windowrule = suppressevent maximize, class:.* # Force chromium into a tile to deal with --app bug -windowrule = tile, class:^(chromium)$ +windowrule = tile, class:^(Chromium)$ # Just dash of opacity windowrule = opacity 0.97 0.9, class:.* -windowrule = opacity 1 0.97, class:^(chromium|google-chrome|google-chrome-unstable)$ +windowrule = opacity 1 0.97, class:^(Chromium|google-chrome|google-chrome-unstable)$ windowrule = opacity 0.97 0.9, initialClass:^(chrome-.*-Default)$ # web apps windowrule = opacity 1 1, initialClass:^(chrome-youtube.*-Default)$ # Youtube windowrule = opacity 1 1, class:^(zoom|vlc|org.kde.kdenlive|com.obsproject.Studio)$