diff options
| author | Shubham Saini <shubham6405@gmail.com> | 2020-04-04 13:34:28 +0000 |
|---|---|---|
| committer | Shubham Saini <shubham6405@gmail.com> | 2020-04-04 13:34:28 +0000 |
| commit | 2813a43bda44a4ade58a6b95f4d16935a96b0f66 (patch) | |
| tree | c29254d602eece1b6963912d35b20a87a32b19c2 /compton | |
| parent | 91e9c808a0f2b01b67c32a3603626dac0cf90d49 (diff) | |
less bloat
Diffstat (limited to 'compton')
| -rw-r--r-- | compton/.config/compton.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index cc0e8fa..09e44e6 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf | |||
| @@ -15,7 +15,7 @@ shadow-exclude = [ | |||
| 15 | "name = 'Polybar tray window'", | 15 | "name = 'Polybar tray window'", |
| 16 | "class_g ?= 'Rofi'", | 16 | "class_g ?= 'Rofi'", |
| 17 | "class_g ?= 'dwm'", | 17 | "class_g ?= 'dwm'", |
| 18 | "class_g = 'Firefox' && argb", | 18 | "class_g = 'firefox' && argb", |
| 19 | "_GTK_FRAME_EXTENTS@:c" | 19 | "_GTK_FRAME_EXTENTS@:c" |
| 20 | ]; | 20 | ]; |
| 21 | 21 | ||
