aboutsummaryrefslogtreecommitdiff
path: root/compton.conf
diff options
context:
space:
mode:
authorMax Christian Pohle2017-06-11 17:51:05 +0200
committerMax Christian Pohle2017-06-11 17:51:05 +0200
commit2f3d9964d909fb367252a5db3f1f33dd2e9b6091 (patch)
tree874376b5dfb084af435dcd4f24c1cf2bbafdcbc1 /compton.conf
parenta8e6896e6ef75e9133aa897dc41704e4986e45f7 (diff)
downloadvim-2f3d9964d909fb367252a5db3f1f33dd2e9b6091.tar.bz2
vim-2f3d9964d909fb367252a5db3f1f33dd2e9b6091.zip
Improved performance
By using variables instead of recalculating the values shown in lightline
Diffstat (limited to 'compton.conf')
-rw-r--r--compton.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/compton.conf b/compton.conf
index f83ce40..1d3025d 100644
--- a/compton.conf
+++ b/compton.conf
@@ -61,4 +61,4 @@ wintypes:
61#opacity-rule = ["90:class_g = 'URxvt'", "90:class_g = ''" ]; 61#opacity-rule = ["90:class_g = 'URxvt'", "90:class_g = ''" ];
62 62
63 63
64opacity-rule = ["90:class_g = 'xfce4-terminal'", "90:class_g = 'Xfce4-terminal'", "90:class_g = 'termite'", "90:class_g = 'i3bar'", "90:class_g = 'i3-frame'", "90:class_g = 'Gnome-terminal'", "90:class_g = 'gnome-terminal-server'" ]; 64opacity-rule = ["90:class_g = 'xfce4-terminal'", "95:class_g = 'Xfce4-terminal'", "90:class_g = 'termite'", "90:class_g = 'i3bar'", "90:class_g = 'i3-frame'", "90:class_g = 'Gnome-terminal'", "90:class_g = 'gnome-terminal-server'" ];
..