66 lines
1.7 KiB
Cheetah
66 lines
1.7 KiB
Cheetah
|
|
general {
|
|
gaps_in = 3
|
|
gaps_out = 5
|
|
border_size = 1
|
|
|
|
col.active_border = rgb({{ .colors.base0E }})
|
|
col.inactive_border = rgb({{ .colors.base02 }})
|
|
resize_on_border = false
|
|
allow_tearing = false
|
|
layout = dwindle
|
|
}
|
|
|
|
decoration {
|
|
rounding = 5
|
|
rounding_power = 3
|
|
|
|
active_opacity = 0.95
|
|
inactive_opacity = 0.87
|
|
shadow {
|
|
enabled = true
|
|
range = 4
|
|
render_power = 3
|
|
color = rgb({{ .colors.base01 }})
|
|
}
|
|
|
|
blur {
|
|
enabled = true
|
|
size = 10
|
|
passes = 2
|
|
}
|
|
}
|
|
|
|
animations {
|
|
enabled = yes
|
|
|
|
bezier = expressiv2FastSpatial, 0.42, 1.67, 0.21, 0.90
|
|
bezier = expressiveSlowSpatial, 0.39, 1.29, 0.35, 0.98
|
|
bezier = expressiveDefaultSpatial, 0.38, 1.21, 0.22, 1.00
|
|
bezier = emphasizedDecel, 0.05, 0.7, 0.1, 1
|
|
bezier = emphasizedAccel, 0.3, 0, 0.8, 0.15
|
|
bezier = standardDecel, 0, 0, 0, 1
|
|
bezier = menu_decel, 0.1, 1, 0, 1
|
|
bezier = menu_accel, 0.52, 0.03, 0.72, 0.08
|
|
animation = windowsIn, 1, 3, emphasizedDecel, popin 80%
|
|
animation = windowsOut, 1, 2, emphasizedDecel, popin 90%
|
|
animation = windowsMove, 1, 3, emphasizedDecel, slide
|
|
animation = border, 1, 10, emphasizedDecel
|
|
animation = layersIn, 1, 2.7, emphasizedDecel, popin 93%
|
|
animation = layersOut, 1, 2.4, menu_accel, popin 94%
|
|
animation = fadeLayersIn, 1, 0.5, menu_decel
|
|
animation = fadeLayersOut, 1, 2.7, menu_accel
|
|
animation = workspaces, 1, 7, menu_decel, slide
|
|
animation = specialWorkspaceIn, 1, 2.8, emphasizedDecel, slidevert
|
|
animation = specialWorkspaceOut, 1, 1.2, emphasizedAccel, slidevert
|
|
}
|
|
|
|
dwindle {
|
|
pseudotile = true
|
|
preserve_split = true
|
|
}
|
|
|
|
misc {
|
|
force_default_wallpaper = -1
|
|
disable_hyprland_logo = false
|
|
}
|