diff options
author | vaxerski <[email protected]> | 2022-04-23 21:47:16 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-04-23 21:47:16 +0200 |
commit | 3ebe7d79722c1bdc333b236960ff136ab607a02c (patch) | |
tree | 2f6c0de1534bc789ba91e7dceca155988cfa1e2c /example | |
parent | 306d163613c6940e73ad58e852b42cdb236a5bc4 (diff) | |
download | Hyprland-3ebe7d79722c1bdc333b236960ff136ab607a02c.tar.gz Hyprland-3ebe7d79722c1bdc333b236960ff136ab607a02c.zip |
Added bezier curves
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 156192ca..a8add8f2 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -41,7 +41,9 @@ decoration { animations { enabled=1 - speed=7 + speed=7 # speed is measured in 100s of ms, 7 = 700ms + curve=default # you can customize your own bezier curves, see the wiki + windows_curve=default # specific curve for all window animations windows_speed=6 # specific speeds for components can be made with name_speed=float. 0 means use global (speed=float). If not set, will use the global value. windows=1 borders=1 |