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

42 lines
825 B
Plaintext
Executable File

experimental-backends = true;
backend = "glx";
corner-radius = 9;
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'",
];
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'",
"window_type = 'desktop'"
];
blur-kern = "3x3box";
blur-method = "dual_kawase";
blur-strength = 5;
opacity-rule = [
"95:class_g = 'thunar'",
"95:class_g = 'Thunar'",
];