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