summaryrefslogtreecommitdiffstats
path: root/example/layouts/run_htop_layout.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'example/layouts/run_htop_layout.yaml')
-rw-r--r--example/layouts/run_htop_layout.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/example/layouts/run_htop_layout.yaml b/example/layouts/run_htop_layout.yaml
new file mode 100644
index 000000000..91f4f63cb
--- /dev/null
+++ b/example/layouts/run_htop_layout.yaml
@@ -0,0 +1,21 @@
+---
+tabs:
+ - direction: Vertical
+ parts:
+ - direction: Horizontal
+ split_size:
+ Percent: 50
+ parts:
+ - direction: Vertical
+ split_size:
+ Percent: 50
+ - direction: Vertical
+ split_size:
+ Percent: 50
+ run:
+ command: {cmd: htop}
+ - direction: Horizontal
+ split_size:
+ Percent: 50
+ run:
+ command: {cmd: htop}