guest@dotshare [~/groups/misc/misc] $ ls Compton/ | cat

Compton (scrot, raw, dl)

lucafav Jan 29, 2016 (misc/misc)

SCROT

 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
shadow-opacity=0.3
clear-shadow = true;
shadow-radius = 4;
shadow-offset-x = -4;
shadow-offset-y = -4;
shadow-exclude = [
    "_GTK_FRAME_EXTENTS@:c"
];

frame-opacity = 0.7;
blur-background = true;
blur-kern = "7x7box"
opacity-rule = [ "95:class_g = 'URxvt'" ];

fade-in-step = 0.03;
fade-out-step = 0.03;

backend = "glx"
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
vsync = "none";

glx-no-stencil = true;
glx-copy-from-front = false;
glx-swap-method = "undefined";

wintypes:
{
    notify = { fade = true; shadow = true; };
};

CLICK TO VIEW

x