aboutsummaryrefslogtreecommitdiff
path: root/sway/terminal.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2024-02-25 23:40:42 +0100
committerbozo.kopic <bozo@kopic.xyz>2024-02-25 23:40:42 +0100
commit2718a4de5389cfe5287f2289b0e46d8509e2aeab (patch)
treec1e1f4682986c387653be655be545bc8525a18a5 /sway/terminal.sh
parent39abd6b00a427ac4d33564d9a00cde35abe90be8 (diff)
.
Diffstat (limited to 'sway/terminal.sh')
-rwxr-xr-xsway/terminal.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/sway/terminal.sh b/sway/terminal.sh
index 25559c3..3929f82 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 \
- # tmux new-session -A -s default
+ # 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