summaryrefslogtreecommitdiff
path: root/picom/.config/picom.conf
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2020-09-26 16:48:35 +0000
committerShubham Saini <pryr@pryr.xyz>2020-09-26 16:48:35 +0000
commit4a2078eeb4240c002fca00e27765b5f7a4df6c9e (patch)
tree287fbe8ae96d68cec8cd9ec021457d4755cb1549 /picom/.config/picom.conf
parent31a157b314e4a6178a8f00325b07322bcf5b6597 (diff)
changes
Diffstat (limited to 'picom/.config/picom.conf')
-rwxr-xr-xpicom/.config/picom.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf
index b5fd0a0..a3a9b46 100755
--- a/picom/.config/picom.conf
+++ b/picom/.config/picom.conf
@@ -9,7 +9,7 @@ shadow-exclude = [
9 "class_g ?= 'dmenu'", 9 "class_g ?= 'dmenu'",
10 "class_g ?= 'panel'", 10 "class_g ?= 'panel'",
11 "class_g ?= 'spectrwm'", 11 "class_g ?= 'spectrwm'",
12 "name = 'polybar'", 12 "class_g ?= 'polybar'",
13 "name = 'Polybar tray window'", 13 "name = 'Polybar tray window'",
14 "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", 14 "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
15 "class_g = 'Firefox' && argb", 15 "class_g = 'Firefox' && argb",
@@ -24,7 +24,7 @@ blur-strength = 3;
24blur-kern = "3x3box"; 24blur-kern = "3x3box";
25# blur-method = "dual_kawase"; 25# blur-method = "dual_kawase";
26blur-background-exclude = [ 26blur-background-exclude = [
27 "name = 'polybar'", 27 "class_g ?= 'polybar'",
28 "name = 'Polybar tray window'", 28 "name = 'Polybar tray window'",
29 "class_g ?= 'Rofi'", 29 "class_g ?= 'Rofi'",
30 "class_g ?= 'zoom'", 30 "class_g ?= 'zoom'",
@@ -75,6 +75,7 @@ corner-radius = 5;
75rounded-corners-exclude = [ 75rounded-corners-exclude = [
76 "name = 'bar'", 76 "name = 'bar'",
77 "class_g ?= 'dmenu'", 77 "class_g ?= 'dmenu'",
78 "class_g ?= 'polybar'",
78 "class_g ?= 'panel'", 79 "class_g ?= 'panel'",
79 "class_g ?= 'spectrwm'" 80 "class_g ?= 'spectrwm'"
80]; 81];