Update picom.conf

This commit is contained in:
ITmail-dk
2022-01-18 08:00:13 +01:00
parent bef0d977ef
commit 2624ec45ae

View File

@@ -44,8 +44,8 @@ inactive-opacity = 1.0;
#opacity-rule = [ #opacity-rule = [
# "95:class_g = 'kitty' && focused", # "95:class_g = 'kitty' && focused",
# "75:class_g = 'kitty' && !focused", # "75:class_g = 'kitty' && !focused",
# "95:class_g = 'alacritty' && focused", # "95:class_g = 'Alacritty' && focused",
# "75:class_g = 'alacritty' && !focused" # "75:class_g = 'Alacritty' && !focused"
#]; #];
# Remember not to add comma "," to the last rule... but it must be at the end of all others. # Remember not to add comma "," to the last rule... but it must be at the end of all others.