14 lines
332 B
Plaintext
14 lines
332 B
Plaintext
# -----------------------------------------------------
|
|
# General window layout and colors
|
|
# name: "No Border"
|
|
# -----------------------------------------------------
|
|
|
|
general {
|
|
gaps_in = 10
|
|
gaps_out = 14
|
|
border_size = 0
|
|
col.active_border = $color11
|
|
col.inactive_border = rgba(ffffffff)
|
|
layout = dwindle
|
|
}
|