mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +02:00
xss-dimmer: change default easing function
This commit is contained in:
parent
a7ecfeea36
commit
e6a82ab0a2
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ if __name__ == "__main__":
|
||||||
add("--background", help="use a background instead of black")
|
add("--background", help="use a background instead of black")
|
||||||
add(
|
add(
|
||||||
"--easing-function",
|
"--easing-function",
|
||||||
default="out-bounce",
|
default="out-circ",
|
||||||
choices=easing_functions.keys(),
|
choices=easing_functions.keys(),
|
||||||
help="easing function for opacity",
|
help="easing function for opacity",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue