13 lines
312 B
Plaintext
13 lines
312 B
Plaintext
|
# -----------------------------------------------------
|
||
|
# General window layout and colors
|
||
|
# -----------------------------------------------------
|
||
|
|
||
|
general {
|
||
|
gaps_in = 10
|
||
|
gaps_out = 14
|
||
|
border_size = 3
|
||
|
col.active_border = $color11
|
||
|
col.inactive_border = rgba(ffffffff)
|
||
|
layout = dwindle
|
||
|
}
|