Add capability to change animation style dynamically? #10875
-
|
I am using a grid-like workspace layout with 2 rows and switch between with a script inspired by this, I have One implementation of this feature could be by adding with tags for enable/disable, time and style? An alternative approach could be adding profiles for different animation setups to Or even almost a hybrid approach: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
I see that there's an option in hyprctl.usage for animationstyle, but I can't find the documentation on how it's used - I may be missing something? |
Beta Was this translation helpful? Give feedback.
-
|
Just use the animation keyword with Generally, every keyword can be used with hyprctl. The syntax is the same as in your config, but instead of using |
Beta Was this translation helpful? Give feedback.
Just use the animation keyword with
hyprlock keyword.For example:
hyprctl keyword animation "windowsIn,1,100,linear"Generally, every keyword can be used with hyprctl. The syntax is the same as in your config, but instead of using
<keyword>=<value>, you writehyprctl keyword <keyword> <value>.