summaryrefslogtreecommitdiff
path: root/.config/picom.conf
blob: be7cb43b47065525e052e55c170fec6d0e46727b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
dbus=true;
backend="glx";
glx-no-stencil=true;
 
inactive-opacity = 0.95;
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-transient = true;
 
opacity-rule = [
  "70:class_g = 'FvwmPager'",
  "80:class_g = 'FvwmButtons'",
];