diff options
author | vaxerski <[email protected]> | 2022-04-05 20:49:15 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-04-05 20:49:15 +0200 |
commit | a49bbf450881581e27696405ebaefef63f7bde7a (patch) | |
tree | 2c5cd3ecc24b9138f5f8f087350fe9e71a6b6e90 /example/hyprland.conf | |
parent | f8e0b0b448b8b68f65ee1c3eebdd4eb3e3382138 (diff) | |
download | Hyprland-a49bbf450881581e27696405ebaefef63f7bde7a.tar.gz Hyprland-a49bbf450881581e27696405ebaefef63f7bde7a.zip |
fadeout done 🎉
Diffstat (limited to 'example/hyprland.conf')
-rw-r--r-- | example/hyprland.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 962707ff..8503bf42 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -26,13 +26,19 @@ general { col.inactive_border=0x66333333 } +decoration { + rounding=10 +} + animations { enabled=1 speed=7 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 - fadein=1 # not yet implemented + borders_speed=20 + fadein=1 # fade in AND out + fadein_speed=20 } dwindle { |