From 2718a4de5389cfe5287f2289b0e46d8509e2aeab Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Sun, 25 Feb 2024 23:40:42 +0100 Subject: . --- sway/terminal.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sway/terminal.sh') 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 -- cgit v1.2.3-70-g09d2