From 1d8477424fd3f13b13f025915c07c75dd7fef156 Mon Sep 17 00:00:00 2001 From: elena Date: Thu, 17 May 2018 05:13:53 +0300 Subject: [PATCH] updated compton config to include rule that makes i3 titlebars transparent --- config/compton/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/compton/config b/config/compton/config index 3142903..79ef29f 100644 --- a/config/compton/config +++ b/config/compton/config @@ -15,7 +15,9 @@ shadow-exclude = [ opacity-rule = [ # For i3wm tabbed/stacked layout transparency - "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" + "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", + # i3 titlebar transparency + "60:class_g = 'i3-frame'" ];