From b3c65535f23d946960239da85087bb62220d1f17 Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Sun, 18 May 2025 17:04:04 +0200 Subject: [PATCH] remote blur vscode --- .config/hypr/conf.d/theme.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/hypr/conf.d/theme.conf b/.config/hypr/conf.d/theme.conf index cd24826..1b0600d 100644 --- a/.config/hypr/conf.d/theme.conf +++ b/.config/hypr/conf.d/theme.conf @@ -83,9 +83,11 @@ animations { } windowrules { - # Make browser not blur + # Make apps not blur windowrule = noblur, class:$browser windowrule = opaque, class:$browser + windowrule = noblur, class:code + windowrule = opaque, class:code # Make app tooltip and small windows opaque #windowrule = opaque, class=GtkMenu