From 36c484fc00fd81ba1391af5b956353e7fb9c3550 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 6 Jan 2019 16:24:28 +0000 Subject: Update compton for blur --- compton/compton.conf | 1 + 1 file changed, 1 insertion(+) 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'" ]; -- cgit