remove animations from hypr
This commit is contained in:
@@ -66,8 +66,8 @@ env = HYPRCURSOR_SIZE,18
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 2
|
||||
gaps_out = 2
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
|
||||
border_size = 0
|
||||
|
||||
@@ -92,14 +92,22 @@ decoration {
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
|
||||
shadow { }
|
||||
shadow {
|
||||
enabled = false;
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur { }
|
||||
blur {
|
||||
enabled = false;
|
||||
}
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
||||
animations { }
|
||||
animations {
|
||||
enabled = false;
|
||||
first_launch_animation = false;
|
||||
workspace_wraparound = false;
|
||||
}
|
||||
|
||||
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
||||
# "Smart gaps" / "No gaps when only"
|
||||
|
||||
Reference in New Issue
Block a user