-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpicom.conf
More file actions
36 lines (29 loc) · 711 Bytes
/
picom.conf
File metadata and controls
36 lines (29 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#################################
# CodeChokeWizard's Picom Configuration File
#################################
backend = "glx";
vsync = true;
corner-radius = 8; # Adjust this for roundness
# Fading
fading = true;
fade-in-step = 0.05;
fade-out-step = 0.05;
fade-delta = 4;
# Shadows
shadow = true;
shadow-radius = 12;
shadow-offset-x = -8;
shadow-offset-y = -8;
shadow-opacity = 0.2;
# Opacity
inactive-opacity = 0.95;
active-opacity = 1.0;
frame-opacity = 0.9;
# Blur (Optional, requires experimental backend)
blur-background = true;
blur-method = "dual_kawase";
blur-strength = 7;
blur-background-fixed = false;
# Experimental features (optional, enable if needed)
use-damage = true;
#CodeChokeWizard