Updated ubuntu i3 config 11-17-2025

This commit is contained in:
mrkmntal 2025-11-18 02:10:00 +00:00
commit 0be536ca8e
4 changed files with 42 additions and 1 deletions

18
picom.conf Normal file
View file

@ -0,0 +1,18 @@
backend = "glx";
vsync = true;
corner-radius = 1;
# Soft glow
shadow = true;
shadow-radius = 20;
shadow-opacity = 0.32;
shadow-color = "#220022";
# Slight blur (looks perfect behind gaps)
blur-method = "kawase";
blur-strength = 3;
# Make transparency smoother
detect-rounded-corners = true;