diff options
| author | Sam Chudnick <sam@chudnick.com> | 2021-11-06 20:25:45 -0400 |
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2021-11-06 20:25:45 -0400 |
| commit | 82df70eff06e7b44ee84283070d7f801f7fc1d92 (patch) | |
| tree | d17ea9cc6e012b16ff0cdeffcf4a97b5e5cd2d11 /.config/picom | |
initial commit
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf new file mode 100644 index 0000000..4723dcd --- /dev/null +++ b/.config/picom/picom.conf | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | opacity-rule = [ | ||
| 2 | "90:class_g = 'URxvt'", | ||
| 3 | "90:class_g = 'Steam'", | ||
| 4 | "95:class_g = 'KeePassXC'" | ||
| 5 | ]; | ||
