]> gitweb @ CieloNegro.org - sugar.git/blob - dot-files/_config/picom_conf
Auto commit by The Sugar System.
[sugar.git] / dot-files / _config / picom_conf
1 # Shadow
2 shadow = true;
3 shadow-radius = 7;
4 shadow-offset-x = -7;
5 shadow-offset-y = -7;
6 # shadow-opacity = 0.7;
7 # shadow-red = 0.0;
8 # shadow-green = 0.0;
9 # shadow-blue = 0.0;
10 shadow-exclude = [
11         "name = 'Notification'",
12         "class_g = 'Conky'",
13         "class_g ?= 'Notify-osd'",
14         "class_g = 'Cairo-clock'",
15         "_GTK_FRAME_EXTENTS@:c"
16 ];
17 # shadow-exclude = "n:e:Notification";
18 # shadow-exclude-reg = "x10+0+0";
19 # xinerama-shadow-crop = true;
20
21 # Opacity
22 inactive-opacity = 1.0;
23 active-opacity = 1.0;
24 frame-opacity = 0.8;
25 inactive-opacity-override = false;
26 # inactive-dim = 0.2;
27 # inactive-dim-fixed = true;
28 # blur-background = true;
29 # blur-background-frame = true;
30 blur-kern = "3x3box"
31 # blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"
32 # blur-background-fixed = true;
33 blur-background-exclude = [
34         "window_type = 'dock'",
35         "window_type = 'desktop'",
36         "_GTK_FRAME_EXTENTS@:c"
37 ];
38 # opacity-rule = [ "80:class_g = 'URxvt'" ];
39
40 # Fading
41 fading = true;
42 # fade-delta = 30;
43 fade-in-step = 0.13;
44 fade-out-step = 0.13;
45 # no-fading-openclose = true;
46 # no-fading-destroyed-argb = true;
47 fade-exclude = [ ];
48
49 # Other
50 backend = "xrender"
51 mark-wmwin-focused = true;
52 mark-ovredir-focused = true;
53 # use-ewmh-active-win = true;
54 detect-rounded-corners = true;
55 detect-client-opacity = true;
56 refresh-rate = 0;
57 vsync = false;
58 dbe = false;
59 # sw-opti = true;
60 # unredir-if-possible = true;
61 # unredir-if-possible-delay = 5000;
62 # unredir-if-possible-exclude = [ ];
63 focus-exclude = [ "class_g = 'Cairo-clock'" ];
64 detect-transient = true;
65 detect-client-leader = true;
66 invert-color-include = [ ];
67 # resize-damage = 1;
68
69 # GLX backend
70 # glx-no-stencil = true;
71 glx-copy-from-front = false;
72 # glx-use-copysubbuffermesa = true;
73 # glx-no-rebind-pixmap = true;
74 use-damage = true;
75 # glx-use-gpushader4 = true;
76 # xrender-sync = true;
77 # xrender-sync-fence = true;
78
79 # Window type settings
80 wintypes:
81 {
82   tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
83   popup_menu = { fade = true; shadow = true; opacity = 0.9; focus = true; };
84   dropdown_menu = { fade = true; shadow = true; opacity = 0.9; focus = true; };
85   dnd = { fade = false; shadow = false; };
86   dock = { fade = false; shadow = false; };
87 };