Revert "Replace tmuxp with smug"

This reverts commit 1032a7fb6a.
This commit is contained in:
2022-05-02 12:22:30 +02:00
parent 3cbbb097be
commit 80e5f3e090
10 changed files with 84 additions and 103 deletions

View File

@@ -12,12 +12,7 @@ select_action() {
}
launch_session() {
tmux_pid=$(pidof tmux)
if [ -z "$tmux_pid" ]; then
kitty --class tmux -- smug start "$1"
else
tmux run-shell "smug start $1 2&>1 > /dev/null"
fi
bash -c "tmuxp load ~/.tmuxp/$1.yaml"
}
execute_action() {