Files
dotfiles/.config/hypr/conf/visual.conf
T
2025-06-01 04:53:15 -05:00

61 lines
915 B
Plaintext

#---GENERAL---#
general {
gaps_in = 3
gaps_out = 3
border_size = 3
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 = 4
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
}