summaryrefslogtreecommitdiffstats
path: root/.config/compton
diff options
context:
space:
mode:
authorYigit Sever2019-08-21 18:06:24 +0300
committerYigit Sever2019-08-21 18:06:24 +0300
commit0de213bb1621027a1f0aa9e19af558ae12378ae5 (patch)
tree5c787a961cc521d3a90f1921a5ca8220a3bce547 /.config/compton
parentd394d6e3922a664606ba778cf350f1d1634f8c2a (diff)
downloaddotfiles-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.conf2
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
2shadow = true; 2shadow = true;
3shadow-radius = 0; 3shadow-radius = 0;
4shadow-offset-x = 10; 4shadow-offset-x = 5;
5shadow-offset-y = 5; 5shadow-offset-y = 5;
6log-level = "warn"; 6log-level = "warn";
7# log-file = "/path/to/your/log/file"; 7# log-file = "/path/to/your/log/file";