diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2023-07-30 20:45:59 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2023-07-30 20:45:59 +0200 |
| commit | e9a8eb8621cc6a281b0373d12af52bf562d0fe8a (patch) | |
| tree | 6011638ad1d253fdb9c838cebf1cfbf68d74691e /sway/terminal.sh | |
| parent | bdf9097b7e3af3eda9fbdb33c2d544ad4ea5a8f2 (diff) | |
.
Diffstat (limited to 'sway/terminal.sh')
| -rwxr-xr-x | sway/terminal.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/terminal.sh b/sway/terminal.sh index 2acb4ad..d3d1b81 100755 --- a/sway/terminal.sh +++ b/sway/terminal.sh @@ -18,9 +18,9 @@ else if ! (swaymsg -t get_tree -r | jq -e "recurse(.nodes[]) | select(.app_id == \"$term_app_id\")" > /dev/null); then - exec alacritty --class $term_app_id -e \ - tmux new-session -A -s default - # exec foot --app-id $term_app_id \ + # exec alacritty --class $term_app_id -e \ # tmux new-session -A -s default + exec foot --app-id $term_app_id \ + tmux new-session -A -s default fi fi |
