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/spncmp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'herbstluftwm/spncmp') 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 -- cgit v1.2.3