From 6f1a9da97d46468ada900dbc4033f0ea6995258a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 2 Mar 2021 13:25:33 -0500 Subject: make fading in/out on screen transitions a bit faster --- services/available/compton/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services') diff --git a/services/available/compton/run b/services/available/compton/run index 821ca58..98553aa 100755 --- a/services/available/compton/run +++ b/services/available/compton/run @@ -1,3 +1,3 @@ #!/bin/sh -exec picom -m 0.9 -i 0.8 -f -D 7 --inactive-dim 0.3 +exec picom -m 0.9 -i 0.8 -f -D 5 --inactive-dim 0.3 -- cgit v1.2.3-54-g00ecf