all repos — dotfiles @ 557263eaa6492c14374ab90c73721989e2bb7142

random configuration files

picom.conf (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
opacity-rule = [
  "85:class_g = 'st-256color'",
  "85:class_g = 'acme'",
  "85:class_g = 'kate'",
  "85:window_type = 'dock'"
]
shadow-exclude = [
  "window_type = 'dock'"
]

wintypes: {
  dock = {
    clip-shadow-above: true
  }
};