feat(hyprland): Use default decorations

This commit is contained in:
2024-12-24 08:41:39 -06:00
parent 8ebf2f9889
commit 27a225b1e9

View File

@@ -86,37 +86,6 @@ general {
allow_tearing = false
}
# https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration {
rounding = 10
# Change transparency of focused and unfocused windows
active_opacity = 1.0
inactive_opacity = 1.0
drop_shadow = true
shadow_range = 4
shadow_render_power = 3
col.shadow = $surface1
col.shadow_inactive = $surface1
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
enabled = true
size = 2
passes = 1
}
}
# https://wiki.hyprland.org/Configuring/Variables/#animations
bezier=easeIn,0.12,0,0.39,0
animations {
enabled=1
animation=windows,1,3,easeIn,popin
animation=fade,1,3,easeIn
animation=workspaces,1,3,easeIn,slidevert
}
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below