summaryrefslogtreecommitdiff
path: root/herbstluftwm/spncmp
diff options
context:
space:
mode:
Diffstat (limited to 'herbstluftwm/spncmp')
-rwxr-xr-xherbstluftwm/spncmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/herbstluftwm/spncmp b/herbstluftwm/spncmp
index 0ad5bec..88522fc 100755
--- a/herbstluftwm/spncmp
+++ b/herbstluftwm/spncmp
@@ -12,7 +12,7 @@ if [ -f $scratchpad ]; then
fi
fi
if ! xdotool search --classname 'spncmp' windowmap; then
- setsid -f st -t 'spncmp' -n 'spncmp' -- zsh -c ncmpcpp
+ . ~/.profile && alacritty --title 'spncmp' --class 'spncmp' -e zsh -c ncmpcpp &
xdotool search -sync -onlyvisible -classname 'spncmp'
herbstclient attr clients.focus.winid > $scratchpad
fi