aboutsummaryrefslogtreecommitdiff
path: root/tmuxp
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2020-11-11 12:36:33 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2020-11-11 12:36:33 +0100
commit1f3bc303ba6ec1369211d7502081eedea2605856 (patch)
treed6747fd9f72ed34bd969989bb05007be14c3f7ee /tmuxp
parent9ebe9c562ad7fa9c03306007228f731cd25148aa (diff)
Add main tmuxp config
Diffstat (limited to 'tmuxp')
-rw-r--r--tmuxp/main.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tmuxp/main.yml b/tmuxp/main.yml
new file mode 100644
index 0000000..b57a581
--- /dev/null
+++ b/tmuxp/main.yml
@@ -0,0 +1,15 @@
+session_name: main
+
+windows:
+ - window_name: main
+ start_directory: '~'
+ focus: true
+ layout: '9c05,158x41,0,0{79x41,0,0,21,78x41,80,0[78x20,80,0,22,78x20,80,21,23]}'
+ panes:
+ - cowsay main
+ - ranger
+ - htop
+ - window_name: proj
+ start_directory: '~/Projects'
+ panes:
+ - cowsay projects