-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpicom.conf
58 lines (52 loc) · 1.17 KB
/
picom.conf
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
backend = "glx";
vsync = false;
round-border = 1
corner-radius = 13;
rounded-corners-exclude = [
"window_type = 'dock'",
]
fading = true
fade-in-step = 0.2
fade-out-step = 0.2
fade-delta = 10
shadow = true
shadow-radius = 4
shadow-offset-x = 3
shadow-offset-y = 3
shadow-opacity = 0.35
shadow-exclude = [
"class_g ?= 'polybar'"
]
blur-background = true
blur-background-frame = false
blur-background-fixed = true
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'"
"_GTK_FRAME_EXTENTS@:c"
]
blur-kern = "3x3box"
blur-method = "dual_kawase"
blur-strength = 2
blur-background-exclude = [
"class_g ?= 'discord'",
"class_g ?= 'telegram-desktop'",
"window_type = 'desktop'",
"window_type = 'dock'",
"class_g = 'Dunst'",
"class_g = 'Peek'",
"class_g = 'Chromium'",
"class_g = 'Discord'",
"class_g = 'flameshot'",
"class_g = 'xdg-desktop-portal-gnome'",
"class_g = 'colorful'",
"_GTK_FRAME_EXTENTS@:c"
];
opacity-rule = [
"85:class_g= 'Xfce4-terminal'",
"96:class_g= 'org.wezfurlong.wezterm'",
"96:class_g= 'kitty'",
"96:class_g= 'com.mitchellh.ghostty'",
"85:class_g= 'Rofi'",
"97:class_g= 'jetbrains-idea'"
];