summaryrefslogtreecommitdiff
path: root/herbstluftwm/spterm
diff options
context:
space:
mode:
Diffstat (limited to 'herbstluftwm/spterm')
-rwxr-xr-xherbstluftwm/spterm2
1 files changed, 1 insertions, 1 deletions
diff --git a/herbstluftwm/spterm b/herbstluftwm/spterm
index 67f4f60..4f65af5 100755
--- a/herbstluftwm/spterm
+++ b/herbstluftwm/spterm
@@ -12,7 +12,7 @@ if [ -f $scratchpad ]; then
fi
fi
if ! xdotool search --classname 'spterm' windowmap; then
- st -t ‘spterm’ -n 'spterm' &
+ setsid -f alacritty --title 'spterm' --class 'spterm' &
xdotool search -sync -onlyvisible -classname 'spterm'
herbstclient attr clients.focus.winid > $scratchpad
fi