archived old stuff;new layout

This commit is contained in:
pim-wtf
2023-02-16 10:26:50 +01:00
parent 8a327dc6f3
commit 4424e07644
54 changed files with 4779 additions and 0 deletions

View File

@ -0,0 +1,39 @@
# ________
# | _____ \
# | | _/ / Pim Nelissen
# | | /__/ https://pim.wtf/
# | |
# \_|
# Picom config.
# Main settings.
backend = "glx";
experimental-backends = true;
vsync = true;
# Opacity and dimming.
active-opacity = 1.0;
inactive-opacity = 1.0;
frame-opacity = 1.0;
opacity = 1.0
inactive-opacity-override = false
inactive-dim = 0.0
inactive-dim-fixed = 1.0
focus-exclude = []
# Shadows
shadow = true;
shadow-opacity = 0.8;
shadow-radius = 20;
shadow-offset-x = -20;
shadow-offset-y = -20;
wintypes:
{
normal = { fade = false; shadow = true; }
tooltip = { fade = true; shadow = true; opacity = 0.9; focus = true; full-shadow = false; };
dnd = { shadow = false; }
popup_menu = { opacity = 0.9; }
dropdown_menu = { opacity = 1.0; }
};