diff options
author | Yigit Sever | 2019-08-28 15:58:55 +0300 |
---|---|---|
committer | Yigit Sever | 2019-08-28 15:58:55 +0300 |
commit | 6206dc7ecdaa21981d5aaaf0e58da776edddfdfb (patch) | |
tree | 968cf4dfd295205bbf1868fb5f4a30c238fd89e8 /.config/compton | |
parent | 884ae34fe14f67c8aa9cf3f8b94f8c039d2e2e7a (diff) | |
parent | d48c855093d10c5e5cc5fcaccd24c3fe88fcc2b9 (diff) | |
download | dotfiles-6206dc7ecdaa21981d5aaaf0e58da776edddfdfb.tar.gz dotfiles-6206dc7ecdaa21981d5aaaf0e58da776edddfdfb.tar.bz2 dotfiles-6206dc7ecdaa21981d5aaaf0e58da776edddfdfb.zip |
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
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"; |