From 9cd60383f885e877892e60a3f6034ffd1734c64c Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Sat, 20 Jun 2026 10:58:22 +0200 Subject: [PATCH] fix: vibetyper hyprland setting --- profiles/contexts/desktop/wm/hyprland.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/contexts/desktop/wm/hyprland.nix b/profiles/contexts/desktop/wm/hyprland.nix index 4a2c549..fb11344 100644 --- a/profiles/contexts/desktop/wm/hyprland.nix +++ b/profiles/contexts/desktop/wm/hyprland.nix @@ -179,7 +179,11 @@ in { "match:initial_title .*streamlabs.com.*, decorate off" "match:initial_title .*streamlabs.com.*, no_shadow on" "match:initial_title .*streamlabs.com.*, no_blur on" - # "match:class ^vibe-typer$, match:title ^Recording Indicator$, no_blur on" + "match:class ^vibe-typer$, match:title ^Recording Indicator$, no_blur on" + "match:class ^vibe-typer$, match:title ^Recording Indicator$, no_shadow on" + "match:class ^vibe-typer$, match:title ^Recording Indicator$, no_anim on" + "match:class ^vibe-typer$, match:title ^Recording Indicator$, border_size 0" + "match:class ^vibe-typer$, match:title ^Recording Indicator$, no_focus on" "border_color rgb(ffffff), match:xwayland 1" ];