aboutsummaryrefslogtreecommitdiffstats
path: root/compton
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-06 16:24:28 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-06 16:24:28 +0000
commit36c484fc00fd81ba1391af5b956353e7fb9c3550 (patch)
tree33ee2f2a6fabc497769ee26cc91a4f8d8522be17 /compton
parente6f3cd21e565b83e0c2e3ee81be70a643fe47237 (diff)
downloaddotfiles-36c484fc00fd81ba1391af5b956353e7fb9c3550.tar.gz
dotfiles-36c484fc00fd81ba1391af5b956353e7fb9c3550.zip
Update compton for blur
Diffstat (limited to 'compton')
-rw-r--r--compton/compton.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/compton/compton.conf b/compton/compton.conf
index e8d897a..f555819 100644
--- a/compton/compton.conf
+++ b/compton/compton.conf
@@ -64,5 +64,6 @@ opacity-rule = [
"50:class_g *?= 'Rofi'",
"70:class_g *?= 'XTerm'",
"70:class_g *?= 'Polybar'",
+ "70:class_g *?= 'st-256color'",
"99:class_g = 'mpv'"
];