This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dotfiles/.config/picom/picom.conf
Nikolaos Karaolidis 9da042ec2a Update dotfiles
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2023-02-01 16:54:47 +02:00

64 lines
1.4 KiB
Plaintext

experimental-backends = true;
backend = "glx";
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
unredir-if-possible = true;
corner-radius = 10;
rounded-corners-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'"
];
round-borders = 1;
shadow = true;
shadow-opacity = .5;
shadow-radius = 20;
shadow-offset-x = -20;
shadow-offset-y = -10;
shadow-exclude = [
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
"_GTK_FRAME_EXTENTS@:c",
"name = 'GLava'",
"class_g = 'Conky'",
"window_type = 'dock'",
"window_type = 'menu'",
"window_type = 'dropdown_menu'",
"window_type = 'popup_menu'",
"window_type = 'tooltip'",
];
shadow-ignore-shaped = false;
detect-rounded-corners = true;
hide-edge-border = true;
detect-transient = true;
blur-background = true;
blur-background-exclude = [
"name = 'GLava'",
"class_g = 'Conky'",
"class_g = 'kdeconnect.daemon'",
"window_type = 'desktop'",
"window_type = 'menu'",
"window_type = 'dropdown_menu'",
"window_type = 'popup_menu'",
"window_type = 'tooltip'",
];
blur-kern = "3x3box";
blur-method = "dual_kawase";
blur-strength = 10;
opacity-rule = [
"85:class_g = 'thunar'",
"85:class_g = 'Thunar'",
"85:class_g = 'rofi'",
"85:class_g = 'Rofi'",
"85:class_g = 'spotify'",
"85:class_g = 'Spotify'",
"85:class_g = 'qalculate-gtk'",
"85:class_g = 'Qalculate-gtk'",
"70:name = 'GLava'",
];
fading = true;
fade-in-step = 0.08;
fade-out-step = 0.08;