Files
dotfiles/.config/hypr/conf/visual.conf
T

58 lines
874 B
Plaintext

#---GENERAL---#
general {
gaps_in = 3
gaps_out = 8
border_size = 4
col.active_border = rgba(99bbffff)
col.inactive_border = rgba(414141FF)
resize_on_border = true
allow_tearing = true
layout = dwindle
}
misc {
force_default_wallpaper = 0
disable_hyprland_logo = true
vfr = true
}
#---DECORATION---#
decoration {
rounding = 0
active_opacity = 1.0
inactive_opacity = 0.98
shadow:enabled = true
shadow:range = 8
shadow:scale = 1.0
shadow:render_power = 3
blur {
enabled = true
}
}
#---ANIMATIONS---#
animations {
enabled = true
animation = windows, 0, 8, default
animation = workspaces, 0, 8, default, slide
animation = workspaces, 1, 5, default, fade
animation = layersIn, 1, 3, default, slide
animation = fade, 0, 0, none
}
dwindle {
pseudotile = true
preserve_split = true
}
#----RENDER----#
render {
direct_scanout = true
}