From 3201ba71b7dadedbdb33db64d2c55836c2fbca77 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 9 Jan 2023 18:53:27 +0100 Subject: update --- .config/picom.conf | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to '.config/picom.conf') diff --git a/.config/picom.conf b/.config/picom.conf index abad0f5..d120c47 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -8,5 +8,18 @@ no-fading-openclose = true; no-use-damage = true; # Inactive windows diming -inactive-dim = 0.10; -inactive-dim-fixed = true; +# inactive-dim = 0.10; +# inactive-dim-fixed = true; + +corner-radius=7; +rounded-corners-exclude= [ + "window_type = 'menu'", + "window_type = 'dropdown_menu'", + "window_type = 'popup_menu'", + "window_type = 'utility'", + "class_g = 'Polybar'", + "class_g = 'Rofi'", + "class_g = 'Dunst'" +]; +detect-rounded-corners = true; + -- cgit v1.2.3