diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-23 13:21:53 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-23 13:21:53 +0400 |
commit | eeab24db73ea89e7c1612a4ed81041cf31114f4d (patch) | |
tree | 158848806c866eef9910c65eda2107b3d131f386 /config/picom/picom.conf | |
parent | 9978111e800f7fd3fcf559914aca7b27db38f365 (diff) |
picom config was minified
Diffstat (limited to 'config/picom/picom.conf')
-rw-r--r-- | config/picom/picom.conf | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 9f942af..58188aa 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -1,17 +1,8 @@ -# Minimal picom config +# Minimal picom config backend = "glx"; - -#Shadows -shadow = true; -shadow-radius = 7; -shadow-offset-x = -7; -shadow-offset-y = -7; - -#Fadings -fading = true; -fade-in-step = 0.03; -fade-out-step = 0.03; +shadow = false; +fading = false; vsync = true; |