summaryrefslogtreecommitdiff
path: root/config/X/picom/picom.conf
blob: 0fa417acf3ad4771de0350d516394a4dc0a5c0a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
backend = "glx";

vsync = true

use-ewmh-active-win = true;
detect-rounded-corners = true;
detect-client-opacity = true;

detect-transient = true
detect-client-leader = true

rules: ({
    match = "name = 'Handmade Window' || "
             "class_g = 'Handmade Window'";
    opacity = 0.5;
})