diff options
author | katherine <ageha@airen-no-jikken.icu> | 2019-12-03 17:42:04 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2019-12-03 17:42:04 -0700 |
commit | 97ce09e6f6544f4a81842b8a70e5b44f6709709c (patch) | |
tree | a465df8504d3c46629ddd879f0b77d0b7c869954 /.config/picom | |
parent | 8628d44b1bb497ab3455888e64e75559283607e2 (diff) | |
download | dotfiles-97ce09e6f6544f4a81842b8a70e5b44f6709709c.tar.gz |
use picom, use sxiv fork, and new theme
nice to have sxiv now auto-match the theme, rather than needing to be
recompiled
Diffstat (limited to '.config/picom')
-rw-r--r-- | .config/picom/picom.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf new file mode 100644 index 0000000..2bddf3b --- /dev/null +++ b/.config/picom/picom.conf @@ -0,0 +1,3 @@ +shadow = false; +fade = false; +opacity = 1.0; |