Files
Dotfiles/hypr/configs/looknfeel.conf
T
2026-04-23 12:39:38 +02:00

51 lines
1.0 KiB
Plaintext

general {
gaps_in = 5
gaps_out = 10
border_size = 2
# col.active_border = $outline
col.active_border = $primary 45deg
col.inactive_border = $outline
# Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = true
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
allow_tearing = false
layout = dwindle
}
# https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration {
rounding = 10
rounding_power = 2
# Change transparency of focused and unfocused windows
active_opacity = 1.0
inactive_opacity = 1.0
shadow {
enabled = false
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
enabled = true
size = 5
passes = 3
ignore_opacity = true
new_optimizations = true
special = false
popups = true
xray = true
vibrancy = 0.1696
}
}