Files
dotfiles/.config/hypr/conf/visual.conf
T
2025-06-07 15:55:35 -05:00

63 lines
960 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
}
gestures {
workspace_swipe = false
}
#---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 = false
animation = windows, 0, 8, default
animation = workspaces, 0, 8, default, slide
animation = workspaces, 1, 5, default, slidevert
animation = layersIn, 1, 3, default, slide
animation = fade, 0, 0, none
}
dwindle {
pseudotile = true
preserve_split = true
}
#----RENDER----#
render {
explicit_sync = 1
explicit_sync_kms = 1
direct_scanout = true
}