diff options
author | Yigit Sever | 2019-08-21 18:06:24 +0300 |
---|---|---|
committer | Yigit Sever | 2019-08-21 18:06:24 +0300 |
commit | 0de213bb1621027a1f0aa9e19af558ae12378ae5 (patch) | |
tree | 5c787a961cc521d3a90f1921a5ca8220a3bce547 /.config/compton | |
parent | d394d6e3922a664606ba778cf350f1d1634f8c2a (diff) | |
download | dotfiles-0de213bb1621027a1f0aa9e19af558ae12378ae5.tar.gz dotfiles-0de213bb1621027a1f0aa9e19af558ae12378ae5.tar.bz2 dotfiles-0de213bb1621027a1f0aa9e19af558ae12378ae5.zip |
compton shadows are better
Diffstat (limited to '.config/compton')
-rw-r--r-- | .config/compton/compton.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index a0873cc..357f978 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf | |||
@@ -1,7 +1,7 @@ | |||
1 | # Shadow | 1 | # Shadow |
2 | shadow = true; | 2 | shadow = true; |
3 | shadow-radius = 0; | 3 | shadow-radius = 0; |
4 | shadow-offset-x = 10; | 4 | shadow-offset-x = 5; |
5 | shadow-offset-y = 5; | 5 | shadow-offset-y = 5; |
6 | log-level = "warn"; | 6 | log-level = "warn"; |
7 | # log-file = "/path/to/your/log/file"; | 7 | # log-file = "/path/to/your/log/file"; |