From 7778716142a2bbe688fcbf0fa73e4c8f06a38c17 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 22 Oct 2024 02:35:06 +0200 Subject: checkpoint --- config/X/picom/picom.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config/X/picom') diff --git a/config/X/picom/picom.conf b/config/X/picom/picom.conf index 48d6e20..2963ec9 100644 --- a/config/X/picom/picom.conf +++ b/config/X/picom/picom.conf @@ -1,12 +1,11 @@ ################################# # Corners # ################################# -corner-radius = 5.0; +corner-radius = 0.0; rounded-corners-exclude = [ "class_g = 'Dunst'", "class_g = 'dwm'" ]; -round-borders = 1; ################################# # Shadows # @@ -42,7 +41,7 @@ fade-delta = 0; inactive-dim = 0.00; -frame-opacity = 0.7; +frame-opacity = 1.0; popup_menu = { opacity = 0.8; } dropdown_menu = { opacity = 0.8; } -- cgit v1.2.3