move all existing stuff to old/

This commit is contained in:
Mark Riedesel 2023-11-07 13:13:11 -06:00
parent c215878777
commit 35f5e8472b
49 changed files with 0 additions and 0 deletions

32
old/_config/picom.conf Normal file
View file

@ -0,0 +1,32 @@
#backend = "xrender";
mark-wmwin-focused = true;
detect-client-opacity = true;
refresh-rate = 0;
sync = "none";
detect-transient = true;
detect-client-leader = true;
fading = true;
fade-delta = 20;
fade-in-step = 0.2;
fade-out-step = 0.2;
blur-kern = "3x3box"
blur-background = false;
### Shadows
shadow = true;
shadow-opacity = 0.3;
#shadow-radius = 3;
shadow-exclude = [
"class_g = 'slop'",
]
opacity-rule = [
"98:class_g = 'kitty' && focused",
"95:class_g = 'kitty' && !focused",
"98:name *= 'polybar'"
];
# other
unredir-if-possible = true;