diff options
| -rw-r--r-- | tmuxp/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tmuxp/main.yml b/tmuxp/main.yml index 6002768..a41de4d 100644 --- a/tmuxp/main.yml +++ b/tmuxp/main.yml @@ -14,10 +14,10 @@ windows: focus: true layout: '9c05,158x41,0,0{79x41,0,0,21,78x41,80,0[78x20,80,0,22,78x20,80,21,23]}' panes: - - cowsay welcome - - cowsay to - - cowsay computer + - figlet welcome + - figlet to + - figlet computer - window_name: proj start_directory: '~/Projects' panes: - - cowsay projects + - figlet projects |