From 1fcfa2d933d1bd88bb678f46bc5f21eecec40538 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 15 Jul 2023 15:45:48 -0500 Subject: Alacritty needs either no -e or smth after it. --- spterm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spterm b/spterm index 80c03db..8cf248a 100755 --- a/spterm +++ b/spterm @@ -3,7 +3,7 @@ COUNT="$(pgrep -U "$(whoami)" -f "$(basename $0)" | wc -l)" if [ "${COUNT:-0}" -lt "3" ]; then - hyprctl dispatch exec "[workspace special:spterm;float;noanim] alacritty --class \"$(basename $0)\" -o \"window.position: {\'960,540\'}\" -e" + hyprctl dispatch exec "[workspace special:spterm;float;noanim] alacritty --class \"$(basename $0)\" -o \"window.position: {\'960,540\'}\"" hyprctl dispatch togglespecialworkspace spterm sleep 0.2 fi -- cgit v1.2.3