SHOW:
|
|
- or go back to the newest paste.
1 | # Shadow | |
2 | shadow = true; | |
3 | no-dnd-shadow = true; | |
4 | no-dock-shadow = true; | |
5 | clear-shadow = true; | |
6 | shadow-radius = 7; | |
7 | shadow-offset-x = -10; | |
8 | shadow-offset-y = -10; | |
9 | # shadow-opacity = 0.7; | |
10 | # shadow-red = 0.0; | |
11 | # shadow-green = 0.0; | |
12 | # shadow-blue = 0.0; | |
13 | shadow-exclude = [ | |
14 | "name = 'Notification'", | |
15 | "class_g = 'Conky'", | |
16 | "class_g ?= 'Notify-osd'", | |
17 | "class_g = 'Cairo-clock'", | |
18 | "_GTK_FRAME_EXTENTS@:c" | |
19 | ]; | |
20 | # shadow-exclude-reg = "x10+0+0"; | |
21 | # xinerama-shadow-crop = true; | |
22 | ||
23 | # Opacity | |
24 | menu-opacity = 1; | |
25 | inactive-opacity = 1; | |
26 | # active-opacity = 0.8; | |
27 | # frame-opacity = 0.7; | |
28 | inactive-opacity-override = false; | |
29 | alpha-step = 0.06; | |
30 | inactive-dim = 0; | |
31 | inactive-dim-fixed = false; | |
32 | blur-background = true; | |
33 | # blur-background-frame = true; | |
34 | blur-background-fixed = false; | |
35 | blur-kern = "15,15,0.140858,0.182684,0.227638,0.272532,0.313486,0.346456,0.367879,0.375311,0.367879,0.346456,0.313486,0.272532,0.227638,0.182684,0.140858,0.182684,0.236928,0.295230,0.353455,0.406570,0.449329,0.477114,0.486752,0.477114,0.449329,0.406570,0.353455,0.295230,0.236928,0.182684,0.227638,0.295230,0.367879,0.440432,0.506617,0.559898,0.594521,0.606531,0.594521,0.559898,0.506617,0.440432,0.367879,0.295230,0.227638,0.272532,0.353455,0.440432,0.527292,0.606531,0.670320,0.711770,0.726149,0.711770,0.670320,0.606531,0.527292,0.440432,0.353455,0.272532,0.313486,0.406570,0.506617,0.606531,0.697676,0.771052,0.818731,0.835270,0.818731,0.771052,0.697676,0.606531,0.506617,0.406570,0.313486,0.346456,0.449329,0.559898,0.670320,0.771052,0.852144,0.904837,0.923116,0.904837,0.852144,0.771052,0.670320,0.559898,0.449329,0.346456,0.367879,0.477114,0.594521,0.711770,0.818731,0.904837,0.960789,0.980199,0.960789,0.904837,0.818731,0.711770,0.594521,0.477114,0.367879,0.375311,0.486752,0.606531,0.726149,0.835270,0.923116,0.980199,0.980199,0.923116,0.835270,0.726149,0.606531,0.486752,0.375311,0.367879,0.477114,0.594521,0.711770,0.818731,0.904837,0.960789,0.980199,0.960789,0.904837,0.818731,0.711770,0.594521,0.477114,0.367879,0.346456,0.449329,0.559898,0.670320,0.771052,0.852144,0.904837,0.923116,0.904837,0.852144,0.771052,0.670320,0.559898,0.449329,0.346456,0.313486,0.406570,0.506617,0.606531,0.697676,0.771052,0.818731,0.835270,0.818731,0.771052,0.697676,0.606531,0.506617,0.406570,0.313486,0.272532,0.353455,0.440432,0.527292,0.606531,0.670320,0.711770,0.726149,0.711770,0.670320,0.606531,0.527292,0.440432,0.353455,0.272532,0.227638,0.295230,0.367879,0.440432,0.506617,0.559898,0.594521,0.606531,0.594521,0.559898,0.506617,0.440432,0.367879,0.295230,0.227638,0.182684,0.236928,0.295230,0.353455,0.406570,0.449329,0.477114,0.486752,0.477114,0.449329,0.406570,0.353455,0.295230,0.236928,0.182684,0.140858,0.182684,0.227638,0.272532,0.313486,0.346456,0.367879,0.375311,0.367879,0.346456,0.313486,0.272532,0.227638,0.182684,0.140858" | |
36 | blur-background-exclude = [ | |
37 | "window_type = 'dock'", | |
38 | "window_type = 'desktop'", | |
39 | "_GTK_FRAME_EXTENTS@:c" | |
40 | ]; | |
41 | # opacity-rule = [ "80:class_g = 'URxvt'" ]; | |
42 | ||
43 | # Fading | |
44 | # fading = true; | |
45 | # fade-delta = 30; | |
46 | # fade-in-step = 0.03; | |
47 | # fade-out-step = 0.03; | |
48 | # no-fading-openclose = true; | |
49 | # no-fading-destroyed-argb = true; | |
50 | fade-exclude = [ ]; | |
51 | ||
52 | # Other | |
53 | backend = "glx" | |
54 | mark-wmwin-focused = true; | |
55 | mark-ovredir-focused = true; | |
56 | # use-ewmh-active-win = true; | |
57 | detect-rounded-corners = true; | |
58 | detect-client-opacity = true; | |
59 | refresh-rate = 0; | |
60 | vsync = "none"; | |
61 | dbe = false; | |
62 | paint-on-overlay = true; | |
63 | # sw-opti = true; | |
64 | unredir-if-possible = true; | |
65 | - | unredir-if-possible-delay = 1000; |
65 | + | # unredir-if-possible-delay = 1000; |
66 | # unredir-if-possible-exclude = [ ]; | |
67 | focus-exclude = [ "class_g = 'Cairo-clock'" ]; | |
68 | detect-transient = true; | |
69 | detect-client-leader = true; | |
70 | invert-color-include = [ ]; | |
71 | # resize-damage = 1; | |
72 | ||
73 | # GLX backend | |
74 | glx-no-stencil = true; | |
75 | glx-copy-from-front = false; | |
76 | glx-use-copysubbuffermesa = false; | |
77 | glx-no-rebind-pixmap = true; | |
78 | glx-swap-method = "undefined"; | |
79 | glx-use-gpushader4 = true; | |
80 | # xrender-sync = true; | |
81 | # xrender-sync-fence = true; | |
82 | ||
83 | # Window type settings | |
84 | wintypes: | |
85 | { | |
86 | tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; }; | |
87 | }; |