Add initial dotfiles
This commit is contained in:
41
.config/picom/picom.conf
Executable file
41
.config/picom/picom.conf
Executable file
@@ -0,0 +1,41 @@
|
||||
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'",
|
||||
];
|
Reference in New Issue
Block a user