diff options
Diffstat (limited to 'herbstluftwm/sppmxr')
-rwxr-xr-x | herbstluftwm/sppmxr | 2 |
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 |