summaryrefslogtreecommitdiff
path: root/config/X/picom/picom.conf
blob: 92437b9c9f02fd418fc6df176d681d8f7a1f3b67 (plain) (blame)
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 = 1.0;
})