diff --git a/.config/picom.conf b/.config/picom.conf index 3d12c5f..e0634ee 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -2,26 +2,14 @@ # Corners # ################################# -corner-radius = 10.0; -round-borders = 1; -rounded-corners-exclude = [ - "window_type = 'dock'", - "class_g ?= 'Dmenu'", -]; +corner-radius = 0; +round-borders = 0; ################################# # Shadows # ################################# -shadow = true; -shadow-radius = 25; -shadow-opacity = 1; -shadow-offset-x = -25; -shadow-offset-y = -25; -shadow-exclude = [ - "window_type = 'dock'", - "class_g ?= 'Dunst'", -]; +shadow = false; ################################# # Transparency / Opacity # @@ -39,26 +27,6 @@ focus-exclude = [ opacity-rule = [ ]; - -################################# -# Background-Blurring # -################################# - -blur-kern = "3x3box"; -blur: { - method = "dual_kawase"; - strength = 10; - background = true; - background-frame = false; - background-fixed = false; -} -blur-background-exclude = [ - "class_g ?= 'peek'", - "class_g ?= 'Peek'" -# "window_type = 'dock'", -# -]; - ################################# # General Settings # #################################