From 1a25e4a26cda0d4558c651bf2095fbd49e7712ed Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 12 Sep 2024 14:27:23 +0700 Subject: [PATCH] hyprland: opaque Google Meet windows --- home/modules/hyprland/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/modules/hyprland/hyprland.nix b/home/modules/hyprland/hyprland.nix index 1978bfb..45a4cfd 100644 --- a/home/modules/hyprland/hyprland.nix +++ b/home/modules/hyprland/hyprland.nix @@ -218,7 +218,8 @@ in config.profile.discord.window_rule config.profile.slack.window_rule config.profile.whatsapp.window_rule - ''opaque,title:(.*)(- YouTube)(.*)$'' + ''opaque,title:(.*)(- YouTube)(.*)$'' # Youtube + ''opaque,title:^Meet - (.*)$'' # Google Meet ''opaque,class:^(mpv)$'' ''float,class:^(lazygit)$'' ''center,class:^(lazygit)$''