diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 50eed00..ae9ec25 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,59 +1,9 @@ -shadow = false; -shadow-radius = 10; -shadow-offset-x = -7; -shadow-offset-y = -7; -shadow-exclude = ["class_g = 'polybar'"]; -shadow-ignore-shaped = false; -inactive-opacity = 1; -active-opacity = 1; -frame-opacity = 1; -inactive-opacity-override = false; - -blur-background-exclude = [ "class_g = 'Clock'" ]; -fading = true; -fade-in-step = 0.30; -fade-out-step = 0.15; -fade-exclude = []; -backend = "xrender"; -mark-wmwin-focused = true; -mark-ovredir-focused = true; -detect-rounded-corners = true; -detect-client-opacity = true; -refresh-rate = 0; -transition-length=200 -transition-pow-x = 0.1 -dbe = false; -focus-exclude = [ "class_g = 'Cairo-clock'", "_NET_WM_NAME@:s = 'rofi'" ]; -detect-transient = true; -detect-client-leader = true; -invert-color-include = [ ]; -glx-copy-from-front = false; -opacity-rule = [ "99:name *?= 'Screenshot'", "99:class_g = 'Firefox'", -"99:name *?= 'Pale Moon'", "99:name *?= 'QupZilla'", "99:class_g = -'Midori'", "99:class_g = 'Lazpaint'", "99:class_g = 'Pinta'", -"99:class_g = 'Viewnior'", "99:class_g = 'GIMP'", "99:class_g = -'Darktable'", "99:name *?= 'VLC'", "99:name *?= 'Event'", "99:name *?= -'Call'", "99:name *?= 'Minitube'", "99:name *?= 'Write'", "99:name *?= -'VirtualBox'", "99:name *?= 'Conky'", "90:name *?= 'Panel'", "90:name -*?= 'Restart'", "90:name *?= 'Page Info'", "99:name *?= 'Image'", -"75:class_g = 'kwrite'", "75:name *?= 'mousepad'", "85:class_g *?= -'Rofi'", "0:class_g *?= 'conky'"]; - wintypes : -{ - tooltip : - { - fade = true; - shadow = false; - opacity = 0.75; - focus = true; - }; - -}; -blur-background-frame = false; +inactive-opacity = .8; +active-opacity = .9; blur: { method = "gaussian"; - size = 2; + size = 10; deviation = 5.0; };