Compare commits
2 Commits
84bdaa7bd0
...
e48092d2ae
Author | SHA1 | Date | |
---|---|---|---|
e48092d2ae | |||
ee6cf018b7 |
@@ -34,15 +34,16 @@ decoration {
|
|||||||
animations {
|
animations {
|
||||||
# https://wiki.hyprland.org/Configuring/Animations/
|
# https://wiki.hyprland.org/Configuring/Animations/
|
||||||
enabled = yes
|
enabled = yes
|
||||||
bezier = snappy, 0.05, 0.9, 0.1, 1.05
|
bezier = snappy, 0.05, 0.9, 0.1, 1.05 # This is apparently kinda an ease-out-back sorta deal
|
||||||
animation = windows, 1, 2, snappy
|
bezier = ease-out-expo, 0.16, 1, 0.30, 1
|
||||||
|
animation = windows, 1, 2, ease-out-expo
|
||||||
animation = windowsIn, 1, 1, default
|
animation = windowsIn, 1, 1, default
|
||||||
animation = windowsOut, 1, 2, default, popin 80%
|
animation = windowsOut, 1, 2, default, popin 80%
|
||||||
animation = layers, 1, 1, default
|
animation = layers, 1, 1, default
|
||||||
animation = border, 1, 3, default
|
animation = border, 1, 3, default
|
||||||
animation = borderangle, 1, 8, default
|
animation = borderangle, 1, 8, default
|
||||||
animation = fade, 1, 3, default
|
animation = fade, 1, 3, default
|
||||||
animation = workspaces, 1, 1.5, snappy
|
animation = workspaces, 1, 1.5, ease-out-expo
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
@@ -50,6 +51,7 @@ dwindle {
|
|||||||
pseudotile = yes # Enables pseudotile functionality
|
pseudotile = yes # Enables pseudotile functionality
|
||||||
preserve_split = yes # Remember splits
|
preserve_split = yes # Remember splits
|
||||||
force_split = 2 # Force splits to put the child on the right/down
|
force_split = 2 # Force splits to put the child on the right/down
|
||||||
|
default_split_ratio = 1.1
|
||||||
}
|
}
|
||||||
|
|
||||||
master {
|
master {
|
||||||
|
Reference in New Issue
Block a user