mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-17 13:03:48 -07:00
Use new keyword in the config
This commit is contained in:
@@ -42,17 +42,10 @@ decoration {
|
|||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled=1
|
enabled=1
|
||||||
speed=7 # speed is measured in 100s of ms, 7 = 700ms
|
animation=windows,1,7,default
|
||||||
curve=default # you can customize your own bezier curves, see the wiki
|
animation=borders,1,10,default
|
||||||
windows_curve=default # specific curve for all window animations
|
animation=fadein,1,10,default
|
||||||
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.
|
animation=workspaces,1,6,default
|
||||||
windows=1
|
|
||||||
borders=1
|
|
||||||
borders_speed=10
|
|
||||||
fadein=1 # fade in AND out
|
|
||||||
fadein_speed=10
|
|
||||||
workspaces=1
|
|
||||||
workspaces_speed=8
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
|
@@ -49,17 +49,10 @@ decoration {
|
|||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled=1
|
enabled=1
|
||||||
speed=7 # speed is measured in 100s of ms, 7 = 700ms
|
animation=windows,1,7,default
|
||||||
curve=default # you can customize your own bezier curves, see the wiki
|
animation=borders,1,10,default
|
||||||
windows_curve=default # specific curve for all window animations
|
animation=fadein,1,10,default
|
||||||
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.
|
animation=workspaces,1,6,default
|
||||||
windows=1
|
|
||||||
borders=1
|
|
||||||
borders_speed=10
|
|
||||||
fadein=1 # fade in AND out
|
|
||||||
fadein_speed=10
|
|
||||||
workspaces=1
|
|
||||||
workspaces_speed=8
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
|
Reference in New Issue
Block a user