Add initial dotfiles

This commit is contained in:
2021-12-15 12:59:29 +00:00
parent 2afb2b3736
commit e0eabd7579
448 changed files with 28827 additions and 1 deletions

41
.config/picom/picom.conf Executable file
View 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'",
];