summaryrefslogtreecommitdiffstats
path: root/compton
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-11-21 23:42:41 +0100
committerGravatar Tom Willemse2015-11-21 23:42:41 +0100
commit3614c4581b638dbe906d92cfbc5b02d3d30b62a1 (patch)
tree9fa3abb057711fba869e23768ac7806d255a8d79 /compton
parente45a66b6ff7887ae7f379d83cff40f5ad9e1ff51 (diff)
downloaddotfiles-3614c4581b638dbe906d92cfbc5b02d3d30b62a1.tar.gz
dotfiles-3614c4581b638dbe906d92cfbc5b02d3d30b62a1.zip
Use compton.conf instead of CLI arguments
Diffstat (limited to 'compton')
-rw-r--r--compton/.config/compton.conf40
1 files changed, 40 insertions, 0 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf
new file mode 100644
index 0000000..b2770a2
--- /dev/null
+++ b/compton/.config/compton.conf
@@ -0,0 +1,40 @@
+shadow = true;
+no-dnd-shadow = true;
+shadow-radius = 10;
+# alpha-step = 0.75;
+shadow-ignore-shaped = true;
+
+detect-transient = true;
+
+inactive-dim = 0.2;
+inactive-opacity = 0.75;
+menu-opacity = 1;
+
+focus-exclude = [
+ "name = 'mowedline'",
+ "name = 'i3lock'",
+ "class_g = 'Vlc'",
+ "name = 'rofi'"
+];
+
+shadow-exclude = [
+ "name = 'mowedline'",
+ "class_g = 'trayer'"
+];
+
+fade-exclude = [
+ "name = 'mowedline'"
+];
+
+blur-background-exclude = [
+ "name = 'mowedline'"
+];
+
+unredir-if-possible-exclude = [
+ "name = 'mowedline'"
+];
+
+wintypes:
+{
+ combo = { shadow = false; };
+};