summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-02-24 18:00:00 +0100
committerGitHub <noreply@github.com>2021-02-24 18:00:00 +0100
commit7b69fcb8e081b3419488a56f1adbe3ba45821906 (patch)
tree66bb6189109da0570141ebbb3a4ceb6e12213399 /assets
parent0e88c921d017e5e75b00f3c394e571a7c1dae594 (diff)
Make fullscreen panes not override the status bar and strider (#209)
* work * feat(tab): expansion boundary * fix(layout): add expansion boundary to default layout * style(fmt): rustfmt * style(fmt): remove unnecessary comment
Diffstat (limited to 'assets')
-rw-r--r--assets/layouts/default.yaml1
-rw-r--r--assets/layouts/strider.yaml3
2 files changed, 3 insertions, 1 deletions
diff --git a/assets/layouts/default.yaml b/assets/layouts/default.yaml
index a3987e50b..b8667b8d2 100644
--- a/assets/layouts/default.yaml
+++ b/assets/layouts/default.yaml
@@ -2,6 +2,7 @@
direction: Horizontal
parts:
- direction: Vertical
+ expansion_boundary: true
- direction: Vertical
split_size:
Fixed: 1
diff --git a/assets/layouts/strider.yaml b/assets/layouts/strider.yaml
index e33f516a5..1667dd0bb 100644
--- a/assets/layouts/strider.yaml
+++ b/assets/layouts/strider.yaml
@@ -8,7 +8,8 @@ parts:
Percent: 20
plugin: strider
- direction: Horizontal
+ expansion_boundary: true
- direction: Vertical
split_size:
Fixed: 1
- plugin: status-bar \ No newline at end of file
+ plugin: status-bar