summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zach@zachir.xyz>2023-07-15 15:45:48 -0500
committerZachIR <zach@zachir.xyz>2023-07-15 15:45:48 -0500
commit1fcfa2d933d1bd88bb678f46bc5f21eecec40538 (patch)
tree950ae42f814d90533105b445ce2eff5068c22ea4
parent9e6b9aebae3865823e5f354fddad8e07ef4b01d8 (diff)
Alacritty needs either no -e or smth after it.HEADmaster
-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