From a86ada6e71ce3f75b89b9dd0864eca0804ef1395 Mon Sep 17 00:00:00 2001 From: Viyurz Date: Mon, 7 Oct 2024 09:02:09 +0200 Subject: [PATCH] [Hyprland] Add zoom to opaque windows --- .config/hypr/hyprland.d/windowrules.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.d/windowrules.conf b/.config/hypr/hyprland.d/windowrules.conf index 6488ab9..e2e6f4e 100644 --- a/.config/hypr/hyprland.d/windowrules.conf +++ b/.config/hypr/hyprland.d/windowrules.conf @@ -1,5 +1,5 @@ # Opaque windows -windowrule = opaque,^(Chromium|firefox|libreoffice-writer|virt-manager|jetbrains-idea-ce)$ +windowrule = opaque,^(Chromium|firefox|libreoffice-writer|virt-manager|jetbrains-idea-ce|zoom)$ # Idle Inhibit windowrule = idleinhibit focus, class:^(Chromium|vlc|zoom)$