diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index aadb625..f6f6240 100755 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -17,17 +17,7 @@ size-transition = true # requires: https://github.com/sdhand/compton or https://github.com/jonaburg/picom corner-radius = 10.0; rounded-corners-exclude = [ - #"window_type = 'normal'", - "class_g = 'awesome'", - "class_g = 'URxvt'", - "class_g = 'XTerm'", - # "class_g = 'kitty'", - "class_g = 'Alacritty'", "class_g = 'Polybar'", - "class_g = 'code-oss'", - #"class_g = 'TelegramDesktop'", - #"class_g = 'firefox'", - "class_g = 'Thunderbird'", "class_g = 'Rofi'", ]; round-borders = 1; @@ -206,21 +196,12 @@ focus-exclude = [ opacity-rule = [ "80:class_g = 'Bar'", # lemonbar "100:class_g = 'slop'", # maim - "100:class_g = 'XTerm'", - "100:class_g = 'URxvt'", "90:class_g = 'kitty' && focused", "85:class_g = 'kitty' && !focused", "100:class_g = 'Alacritty'", "80:class_g = 'Polybar'", - "100:class_g = 'code-oss'", - "100:class_g = 'Meld'", - "90:class_g = 'TelegramDesktop'", - "90:class_g = 'Joplin'", "100:class_g = 'firefox' && focused", "95:class_g = 'firefox' && !focused", - "100:class_g = 'Thunderbird'", - #"70:class_g = 'kitty' && !focused", - #"90:class_g = 'kitty' && focused", ];