feat(hyprland): animations
This commit is contained in:
parent
c1dd316a9a
commit
f6eaa0ca28
2 changed files with 46 additions and 32 deletions
|
|
@ -19,7 +19,7 @@ cursor {
|
|||
general {
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
border_size = 5
|
||||
border_size = 3
|
||||
layout = master
|
||||
resize_on_border = true
|
||||
}
|
||||
|
|
@ -42,7 +42,19 @@ decoration {
|
|||
}
|
||||
|
||||
animations {
|
||||
enabled = false
|
||||
enabled = true
|
||||
|
||||
bezier = easeOut, 0.16, 1, 0.3, 1
|
||||
|
||||
animation = windowsIn, 1, 5, easeOut, popin 90%
|
||||
animation = windowsOut, 1, 5, easeOut, popin 90%
|
||||
animation = windowsMove, 1, 4, easeOut
|
||||
animation = fadeIn, 1, 5, easeOut
|
||||
animation = fadeOut, 1, 5, easeOut
|
||||
animation = workspaces, 1, 4, easeOut, slide
|
||||
animation = layers, 0
|
||||
animation = border, 0
|
||||
animation = borderangle, 0
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
@ -74,6 +86,8 @@ bindul = , XF86AudioMute, exec, ctl volume toggle
|
|||
bindul = , XF86MonBrightnessUp, exec, ctl brightness up
|
||||
bindul = , XF86MonBrightnessDown, exec, ctl brightness down
|
||||
|
||||
bindm = , mouse:273, movewindow
|
||||
|
||||
bind = ALT, SPACE, exec, fuzzel
|
||||
bind = ALT, TAB, workspace, previous
|
||||
bind = ALT, A, cyclenext
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue