mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 03:34:22 +02:00
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:
parent
ffe86057f4
commit
2351fe909c
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,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-circ",
|
default="none",
|
||||||
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