summaryrefslogtreecommitdiff
path: root/herbstluftwm/sppmxr
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-10-11 23:39:11 -0500
committerzachir <zachir@librem.one>2022-10-11 23:39:11 -0500
commit606706c7233021c56871a76d629789164f361590 (patch)
treedcb3763f7c0c1bc5eeeb8d9da318aacf1e6a83b1 /herbstluftwm/sppmxr
parentc9c285ee7a638e4c455b0b9c546a4a417cdfda33 (diff)
update herbstluftwm to use alacritty, and fix all the scratchpads
Diffstat (limited to 'herbstluftwm/sppmxr')
-rwxr-xr-xherbstluftwm/sppmxr2
1 files changed, 1 insertions, 1 deletions
diff --git a/herbstluftwm/sppmxr b/herbstluftwm/sppmxr
index 7499312..402d6ea 100755
--- a/herbstluftwm/sppmxr
+++ b/herbstluftwm/sppmxr
@@ -12,7 +12,7 @@ if [ -f $scratchpad ]; then
fi
fi
if ! xdotool search --classname 'sppmxr' windowmap; then
- setsid -f st -t 'sppmxr' -n 'sppmxr' -- zsh -c pulsemixer
+ . ~/.profile && alacritty --title 'sppmxr' --class 'sppmxr' -e zsh -c pulsemixer &
xdotool search -sync -onlyvisible -classname 'sppmxr'
herbstclient attr clients.focus.winid > $scratchpad
fi