diff --git a/config/tmuxp/rpi.yml b/config/tmuxp/rpi.yml new file mode 100644 index 0000000..4552d9c --- /dev/null +++ b/config/tmuxp/rpi.yml @@ -0,0 +1,14 @@ +--- +session_name: rpi +start_directory: /opt/personal +windows: + - window_name: rpi + focus: true + layout: tiled + start_directory: labs + panes: + - focus: true + shell_command: ssh rpi00 + - shell_command: ssh rpi01 + - shell_command: ssh rpi02 + - shell_command: ssh rpi03