From a9d2fe693d74bc136f12fa8daa90b23c92d81d9e Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 17 Jun 2023 15:17:03 +0100 Subject: Compton tweaking --- i3/compton.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'i3') 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; -- cgit v1.2.3