32 lines
839 B
Plaintext
32 lines
839 B
Plaintext
|
|
# █░░ ▄▀█ █▄█ █▀█ █░█ ▀█▀ █▀
|
|
# █▄▄ █▀█ ░█░ █▄█ █▄█ ░█░ ▄█
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
|
|
|
dwindle {
|
|
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
|
preserve_split = yes # you probably want this
|
|
}
|
|
|
|
general {
|
|
gaps_in = 2
|
|
gaps_out = 4
|
|
border_size = 2
|
|
col.active_border = rgba(dc8a78ff) rgba(8839efff) 45deg
|
|
col.inactive_border = rgba(7287fdcc) rgba(179299cc) 45deg
|
|
layout = dwindle
|
|
resize_on_border = true
|
|
}
|
|
|
|
decoration {
|
|
rounding = 10
|
|
blur {
|
|
enabled = yes
|
|
size = 6
|
|
passes = 3
|
|
new_optimizations = on
|
|
ignore_opacity = on
|
|
xray = false
|
|
}
|
|
} |