xss-dimmer: use none as a default easing function

Now that picom does not change opacity of the window, this is just
fine.
This commit is contained in:
Vincent Bernat 2021-12-20 10:43:06 +01:00
parent ffe86057f4
commit 2351fe909c

View file

@ -140,7 +140,7 @@ if __name__ == "__main__":
add("--background", help="use a background instead of black")
add(
"--easing-function",
default="out-circ",
default="none",
choices=easing_functions.keys(),
help="easing function for opacity",
)