Files
dotfiles/.config/hypr/hyprland.conf
2025-11-22 01:37:53 +02:00

62 lines
791 B
Plaintext

source = ~/.config/hypr/conf/*
general {
gaps_in = 5
gaps_out = 10
border_size = 3
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
resize_on_border = false
allow_tearing = false
layout = dwindle
}
decoration {
rounding = 10
rounding_power = 2
active_opacity = 1.0
inactive_opacity = 1.0
shadow {
enabled = false
}
blur {
enabled = true
size = 6
passes = 2
noise = 0.025
}
}
dwindle {
pseudotile = true
preserve_split = true
}
master {
new_status = master
}
misc {
force_default_wallpaper = 0
disable_hyprland_logo = true
vrr = 2
}
render {
direct_scanout = 1
}
xwayland {
force_zero_scaling = true
}