diff options
author | katherine <shmibs@shmibbles.me> | 2018-03-22 15:28:18 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2018-03-22 15:28:18 -0700 |
commit | 2ff15de3af6958a1a5cc8dfb9fed439521522cb4 (patch) | |
tree | c6cc8d73429dc10a3fd0093188d500093942b999 | |
parent | 1e16c80bf5d6a1ccc993573d8b79cec1c6259b93 (diff) | |
download | dotfiles-2ff15de3af6958a1a5cc8dfb9fed439521522cb4.tar.gz |
add compton config
-rw-r--r-- | .config/compton/compton.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf new file mode 100644 index 0000000..617d59a --- /dev/null +++ b/.config/compton/compton.conf @@ -0,0 +1,3 @@ +fade = false; +shadow = false; +opacity = 1.0; |