forked from Shinonome/dots-hyprland
hyprland: adjust anims, disable swallow
This commit is contained in:
@@ -97,10 +97,10 @@ animations {
|
|||||||
animation = border, 1, 10, emphasizedDecel
|
animation = border, 1, 10, emphasizedDecel
|
||||||
# layers
|
# layers
|
||||||
animation = layersIn, 1, 2.7, emphasizedDecel, popin 93%
|
animation = layersIn, 1, 2.7, emphasizedDecel, popin 93%
|
||||||
animation = layersOut, 1, 2, menu_accel, popin 94%
|
animation = layersOut, 1, 2.4, menu_accel, popin 94%
|
||||||
# fade
|
# fade
|
||||||
animation = fadeLayersIn, 1, 0.5, menu_decel
|
animation = fadeLayersIn, 1, 0.5, menu_decel
|
||||||
animation = fadeLayersOut, 1, 2.2, menu_accel
|
animation = fadeLayersOut, 1, 2.7, menu_accel
|
||||||
# workspaces
|
# workspaces
|
||||||
animation = workspaces, 1, 7, menu_decel, slide
|
animation = workspaces, 1, 7, menu_decel, slide
|
||||||
## specialWorkspace
|
## specialWorkspace
|
||||||
@@ -133,7 +133,7 @@ misc {
|
|||||||
key_press_enables_dpms = true
|
key_press_enables_dpms = true
|
||||||
animate_manual_resizes = false
|
animate_manual_resizes = false
|
||||||
animate_mouse_windowdragging = false
|
animate_mouse_windowdragging = false
|
||||||
enable_swallow = true
|
enable_swallow = false
|
||||||
swallow_regex = (foot|kitty|allacritty|Alacritty)
|
swallow_regex = (foot|kitty|allacritty|Alacritty)
|
||||||
new_window_takes_over_fullscreen = 2
|
new_window_takes_over_fullscreen = 2
|
||||||
allow_session_lock_restore = true
|
allow_session_lock_restore = true
|
||||||
|
|||||||
Reference in New Issue
Block a user