17 lines
543 B
Text
17 lines
543 B
Text
new_tab Terminal
|
|
layout tall
|
|
launch --title Terminal --cwd=~/Developpements
|
|
#launch zsh -c tmux -f ~/.config/tmux/tmux.conf new-session -A -s Terminal
|
|
|
|
new_tab YesWiki Dev
|
|
#layout fat:bias=80
|
|
cd ~/Developpements/yeswiki/
|
|
launch --title "Editeur" nvim .
|
|
|
|
new_tab YesWiki Log
|
|
cd ~/Developpements/yeswiki/
|
|
launch --title "Console" symfony server:start
|
|
#layout fat:bias=75
|
|
#cd ~/Musique/
|
|
#launch --title "Jukebox" --cwd=current nvlc --no-playlist-autostart .
|
|
#launch --title "Visualizer" --cwd=current catnip -d 'VLC media player (LibVLC 3.0.20)'
|