From 9f004955033387eebf3f58aec2501fba5020f307 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 25 Jul 2023 22:53:21 +0200 Subject: feat(rofi): customize with adi1090x/rofi --- config/picom/picom.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config/picom') diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 3cd80d8..e77b363 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -3,7 +3,8 @@ inactive-opacity = 0.4; active-opacity = 0.8; opacity-rule = [ - "100:name*='Minecraft'" + "100:name*='Minecraft'", + "100:class_g='maim'" ] # Border @@ -15,6 +16,10 @@ blur: { method = "dual_kawase"; strength = 12; + background-exclude = [ + "name*='rect-overlay'" + "name*='xclip'" + ]; } wintypes: -- cgit v1.2.3