diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index 26e8ec7..8a5b05b 100755 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -33,12 +33,13 @@ invert-color-include = [ ]; glx-copy-from-front = false; glx-swap-method = "undefined"; opacity-rule = [ "99:name *?= 'Call'", -"95:name *?= 'Lynx'", +"95:name *?= 'Lynx'", "95:name *?= 'toot'", "95:name *?= 'nmon'", "95:name *?= 'httping'", -"96:name *?= 'xmobar'", -"100:class_g *?= 'emacs'", +"96:name *?= 'xmobar'", +"95:class_g *?= 'emacs'", +"95:class_g *?= 'alacritty'", "95:class_g *?= 'surf' && name *?='suckless.org'", "95:class_g *?= 'tabbed'", "95:name *?= 'newsboat'",