diff options
author | vaxerski <[email protected]> | 2022-03-31 17:54:33 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-03-31 17:54:33 +0200 |
commit | 8ea6434568febd1f29b3abbf901de34e440a1331 (patch) | |
tree | 8aac879ff08ae47f22ebc0f71ea9cc81fff5ad32 /example | |
parent | b89c174da2906e6b0538e23d84dc341e5dace90d (diff) | |
download | Hyprland-8ea6434568febd1f29b3abbf901de34e440a1331.tar.gz Hyprland-8ea6434568febd1f29b3abbf901de34e440a1331.zip |
updated the example cfg
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 903aab32..342bae03 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -28,8 +28,10 @@ general { animations { enabled=1 + speed=7 + windows_speed=6 # specific speeds for components can be made with name_speed=float windows=1 - borders=1 # not yet implemented + borders=1 fadein=1 # not yet implemented } |