aboutsummaryrefslogtreecommitdiff
path: root/.config/picom/picom.conf
blob: f3a00affdb80696ee52968f04496e98e36fb84b8 (plain)
1
2
3
4
5
6
7
8
9
10
backend = "glx"

inactive-dim = 0.5

focus-exclude = [
  "class_g = 'Bar'",
  "window_type = 'utility'",
  "window_type = 'popup_menu'",
]