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