diff options
| author | Shubham Saini <pryr@pryr.xyz> | 2020-08-10 10:39:15 +0000 |
|---|---|---|
| committer | Shubham Saini <pryr@pryr.xyz> | 2020-08-10 10:39:15 +0000 |
| commit | 8189ac50a366242a44630e29ebe71644b26f1061 (patch) | |
| tree | 86f6d25a3895477161f6e5527074e6e8e01a015c /picom | |
| parent | 27f907852934c855c6b9d5cec5c8c7990c5da97c (diff) | |
spectr->bspwm->spectr
Diffstat (limited to 'picom')
| -rw-r--r-- | picom/.config/picom.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 9b4579a..a27d4a8 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf | |||
| @@ -7,9 +7,10 @@ shadow-exclude = [ | |||
| 7 | "name = 'Notification'", | 7 | "name = 'Notification'", |
| 8 | "class_g ?= 'Notify-osd'", | 8 | "class_g ?= 'Notify-osd'", |
| 9 | "class_g ?= 'dmenu'", | 9 | "class_g ?= 'dmenu'", |
| 10 | "class_g ?= 'panel'", | ||
| 11 | "class_g ?= 'spectrwm'", | ||
| 10 | "name = 'polybar'", | 12 | "name = 'polybar'", |
| 11 | "name = 'Polybar tray window'", | 13 | "name = 'Polybar tray window'", |
| 12 | "class_g ?= 'dwm'", | ||
| 13 | "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", | 14 | "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", |
| 14 | "class_g = 'Firefox' && argb", | 15 | "class_g = 'Firefox' && argb", |
| 15 | "_GTK_FRAME_EXTENTS@:c" | 16 | "_GTK_FRAME_EXTENTS@:c" |
| @@ -33,7 +34,7 @@ blur-background-exclude = [ | |||
| 33 | opacity-rule = [ | 34 | opacity-rule = [ |
| 34 | "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", | 35 | "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", |
| 35 | "100:class_g = 'URxvt' && focused", | 36 | "100:class_g = 'URxvt' && focused", |
| 36 | "95:class_g = 'URxvt' && !focused" | 37 | "90:class_g = 'URxvt' && !focused" |
| 37 | ]; | 38 | ]; |
| 38 | 39 | ||
| 39 | ## FADING | 40 | ## FADING |
| @@ -74,4 +75,6 @@ corner-radius = 5; | |||
| 74 | rounded-corners-exclude = [ | 75 | rounded-corners-exclude = [ |
| 75 | "name = 'bar'", | 76 | "name = 'bar'", |
| 76 | "class_g ?= 'dmenu'", | 77 | "class_g ?= 'dmenu'", |
| 78 | "class_g ?= 'panel'", | ||
| 79 | "class_g ?= 'spectrwm'" | ||
| 77 | ]; | 80 | ]; |
