diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-02-11 13:18:47 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-02-11 13:18:47 +0400 |
commit | 393077ebcd0a7ca3791f20a99077255543729a28 (patch) | |
tree | 1fa794a0aaa17a6ce3eecc1df64bf6e982209fb3 | |
parent | a94719ad4a1151cc4f0700e73c1ca3b1b1b538d6 (diff) |
picom config added
-rw-r--r-- | src/dotfiles/picom/picom.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dotfiles/picom/picom.conf b/src/dotfiles/picom/picom.conf new file mode 100644 index 0000000..f3815b2 --- /dev/null +++ b/src/dotfiles/picom/picom.conf @@ -0,0 +1,3 @@ +fading = true; +fade-out-step = 0.05; +fade-in-step = 0.05; |