diff --git a/.config/hypr/hyprland.d/windowrules.conf b/.config/hypr/hyprland.d/windowrules.conf index e7b17cd..6488ab9 100644 --- a/.config/hypr/hyprland.d/windowrules.conf +++ b/.config/hypr/hyprland.d/windowrules.conf @@ -1,8 +1,8 @@ # Opaque windows -windowrule = opaque,^(firefox|libreoffice-writer|virt-manager|jetbrains-idea-ce)$ +windowrule = opaque,^(Chromium|firefox|libreoffice-writer|virt-manager|jetbrains-idea-ce)$ # Idle Inhibit -windowrule = idleinhibit focus, class:^(vlc|zoom)$ +windowrule = idleinhibit focus, class:^(Chromium|vlc|zoom)$ # Winecfg windowrule = float,^(winecfg.exe)$