summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xspterm2
1 files changed, 1 insertions, 1 deletions
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