I don't want a border when only one window is present.
This commit is contained in:
parent
d9ff85e995
commit
acd6ad4411
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ layouts = [
|
||||||
layout.Columns(
|
layout.Columns(
|
||||||
border_focus='#ffffff',
|
border_focus='#ffffff',
|
||||||
border_normal="#272822",
|
border_normal="#272822",
|
||||||
|
border_on_single = False,
|
||||||
border_width=2,
|
border_width=2,
|
||||||
insert_position=1,
|
insert_position=1,
|
||||||
margin=[5, 5, 5, 5]
|
margin=[5, 5, 5, 5]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue