aboutsummaryrefslogtreecommitdiff
path: root/i3
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-17 15:17:03 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-17 15:17:03 +0100
commita9d2fe693d74bc136f12fa8daa90b23c92d81d9e (patch)
treedd546770efc797ec54a828f55498c495eec10de8 /i3
parent5b952d49766a8196cadaa92441eac43788082d10 (diff)
downloaddotnvim-a9d2fe693d74bc136f12fa8daa90b23c92d81d9e.tar.gz
dotnvim-a9d2fe693d74bc136f12fa8daa90b23c92d81d9e.zip
Compton tweaking
Diffstat (limited to 'i3')
-rw-r--r--i3/compton.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/i3/compton.conf b/i3/compton.conf
index e6c16fd..367c673 100644
--- a/i3/compton.conf
+++ b/i3/compton.conf
@@ -1,3 +1,16 @@
+# workaround to workspace switching flash
+no-fading-openclose = true;
+
+# Program-specific transparency levels
+# (Use xprop or xwininfo to find program classes...)
+opacity-rule = [
+"95:class_g = 'i3bar'",
+"95:class_g = 'pcmanfm'",
+"95:class_g = 'Pcmanfm'",
+"95:class_g = 'urxvt'",
+"95:class_g = 'URxvt'"
+];
+
# Shadow
shadow = false;
no-dnd-shadow = true;