aboutsummaryrefslogtreecommitdiff
path: root/config/picom.conf
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2021-09-14 13:37:00 +0530
committerAkshay Nair <phenax5@gmail.com>2021-09-14 13:37:00 +0530
commit69d464818c7a6e599771fe67d407c163c8a7a0c4 (patch)
treeb361000d0cbfa4609cc66a8a1c707e63d859990d /config/picom.conf
parent4d89e28f26075ecf3a8d132fe5177eecef99b565 (diff)
downloadnixos-config-69d464818c7a6e599771fe67d407c163c8a7a0c4.tar.gz
nixos-config-69d464818c7a6e599771fe67d407c163c8a7a0c4.zip
config changes sync
Diffstat (limited to 'config/picom.conf')
-rw-r--r--config/picom.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/config/picom.conf b/config/picom.conf
new file mode 100644
index 0000000..f0115c3
--- /dev/null
+++ b/config/picom.conf
@@ -0,0 +1,23 @@
+backend = "glx";
+
+inactive-dim = 0.3;
+focus-exclude = [ "class_g = 'dwm'", "class_g = 'dmenu'"];
+
+#backend = "glx";
+#blur-method = "dual_kawase";
+#blur-strength = 2;
+
+fading = false;
+#fade-delta = 2;
+
+shadow = false;
+#shadow-opacity = 0.9;
+#shadow-radius = 20;
+
+opacity-rule = [
+ "99:class_g = 'St' && focused",
+ "90:class_g = 'St' && !focused",
+ "98:class_g = 'qutebrowser' && !focused",
+ "100:class_g = 'qutebrowser' && focused",
+ "100:class_g = 'dmenu'",
+];