diff options
| author | iamcheeseman <[email protected]> | 2026-03-15 21:26:26 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-15 21:26:26 -0400 |
| commit | c99397cbcdeb1167b6c5843b013b58ab93d3b8e7 (patch) | |
| tree | 5baa6dc5523304e0486205df316d1c2553c38081 /.config/picom | |
| parent | c7167e481507435dc2354f2155720573053cfc79 (diff) | |
update; add qmk, picom
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf new file mode 100644 index 0000000..f3a00af --- /dev/null +++ b/.config/picom/picom.conf @@ -0,0 +1,10 @@ +backend = "glx" + +inactive-dim = 0.5 + +focus-exclude = [ + "class_g = 'Bar'", + "window_type = 'utility'", + "window_type = 'popup_menu'", +] + |
