Replace tmuxp with smug

This commit is contained in:
2022-04-25 12:11:41 +02:00
parent 712f6865da
commit a5c4e40331
10 changed files with 98 additions and 84 deletions

View File

@@ -12,7 +12,7 @@ select_action() {
}
launch_session() {
bash -c "tmuxp load ~/.tmuxp/$1.yaml"
tmux send "smug start $1 2&>1 > /dev/null" ENTER
}
execute_action() {