Update picom.conf

This commit is contained in:
ITmail-dk
2022-01-07 12:00:21 +01:00
parent 212780db7b
commit e80b9845de

View File

@@ -35,15 +35,26 @@ inactive-opacity = 1.0;
# like `50:name *= "Firefox"`. picom-trans is recommended over this. # like `50:name *= "Firefox"`. picom-trans is recommended over this.
# Note we don't make any guarantee about possible conflicts with other # Note we don't make any guarantee about possible conflicts with other
# programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows. # programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows.
# example: # examples:
# opacity-rule = [ "93:class_g = 'kitty' && focused" ]; # opacity-rule = [ "93:class_g = 'kitty'" ];
# opacity-rule = [ "75:class_g = 'kitty' && !focused" ]; #
# More than one rule must be in several lines...
# and there is also whether there is Focused or Unfocused.
#
#opacity-rule = [
# "95:class_g = 'kitty' && focused",
# "75:class_g = 'kitty' && !focused",
# "95:class_g = 'alacritty' && focused",
# "75:class_g = 'alacritty' && !focused"
#];
# #
opacity-rule = [ "93:class_g = 'kitty' && focused" ]; opacity-rule = [
#opacity-rule = [ "75:class_g = 'kitty' && !focused" ]; "95:class_g = 'kitty' && focused",
#opacity-rule = [ "93:class_g = 'alacritty' && focused" ]; "75:class_g = 'kitty' && !focused",
opacity-rule = [ "75:class_g = 'alacritty' && !focused" ]; "95:class_g = 'alacritty' && focused",
"75:class_g = 'alacritty' && !focused"
];
################################# #################################
# Shadows # # Shadows #