15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
# -----------------------------------------------------
|
|
# General window layout and colors
|
|
# name: "Default"
|
|
# -----------------------------------------------------
|
|
|
|
general {
|
|
gaps_in = 10
|
|
gaps_out = 20
|
|
border_size = 1
|
|
col.active_border = $color8 $on_primary 90deg
|
|
col.inactive_border = $on_primary
|
|
layout = dwindle
|
|
resize_on_border = true
|
|
}
|