From 677012750c386d038a07e3a61d5fb608e42fdcda Mon Sep 17 00:00:00 2001 From: mangeshrex <82205152+Mangeshrex@users.noreply.github.com> Date: Fri, 9 Jul 2021 21:33:45 +0530 Subject: [PATCH] Delete picom directory --- picom/picom.conf | 76 ------------------------------------------------ 1 file changed, 76 deletions(-) delete mode 100644 picom/picom.conf diff --git a/picom/picom.conf b/picom/picom.conf deleted file mode 100644 index e4b26dd..0000000 --- a/picom/picom.conf +++ /dev/null @@ -1,76 +0,0 @@ -corner-radius = 8.0; -rounded-corners-exclude = [ - "class_g = 'URxvt'", - "class_g = 'XTerm'", - "class_g = 'Polybar'", - "class_g = 'code-oss'", - "class_g = 'firefox'", - "class_g = 'Tint2'", -]; - -#----------------- Blur Method ----------------------------- -# -##blur: { -# method = "dual_kawase"; -# strength = 0.70; -# background = true; -# background-frame = true; -# background-fixed = true; -#} -# -#blur-background-exclude = [ -# "class_g = 'slop'" -#]; -#backend = "glx"; - -#----------------- Transparency ---------------------------- - -inactive-opacity = 1.0; -active-opacity = 1.0; -frame-opacity = 1.0; -inactive-opacity-override = false; -opacity-rule = [ - "10:class_g = 'Bspwm'", - "10:class_i = 'presel_feedback'", -]; - -#----------------- Fade Effects ---------------------------- - -fading = true; -fade-delta = 2; -fade-in-step = 0.03; -fade-out-step = 0.03; -fade-exclude = [ ]; - -#----------------- Win Type -------------------------------- - -wintypes : -{ - popup_menu = - { - opacity = 1.0; - fade = false; - }; - dropdown_menu = - { - opacity = 1.0; - fade = false; - }; - dnd = - { - shadow = true; - fade = false; - }; - dock = - { - shadow = false; - }; - tooltip = - { - fade = false; - shadow = true; - opacity = 1.0; - focus = true; - }; -}; -