39 lines
716 B
Plaintext
39 lines
716 B
Plaintext
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
|
|
}
|
|
|
|
master {
|
|
new_is_master = true
|
|
}
|
|
|
|
general {
|
|
|
|
gaps_in = 3
|
|
gaps_out = 8
|
|
border_size = 1
|
|
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
|
col.active_border = rgba(3e515cee) rgba(909ca1ee) 45deg
|
|
col.inactive_border = rgba(595959aa)
|
|
|
|
layout = dwindle
|
|
}
|
|
|
|
decoration {
|
|
|
|
rounding = 8
|
|
|
|
blur {
|
|
enabled = true
|
|
size = 5
|
|
passes = 2
|
|
brightness = 0.75
|
|
}
|
|
|
|
drop_shadow = yes
|
|
shadow_range = 4
|
|
shadow_render_power = 3
|
|
col.shadow = rgba(181926F2)
|
|
}
|
|
|