From 606706c7233021c56871a76d629789164f361590 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 11 Oct 2022 23:39:11 -0500 Subject: update herbstluftwm to use alacritty, and fix all the scratchpads --- herbstluftwm/spblue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'herbstluftwm/spblue') 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 -- cgit v1.2.3