diff options
Diffstat (limited to 'herbstluftwm/spmutt')
-rwxr-xr-x | herbstluftwm/spmutt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/herbstluftwm/spmutt b/herbstluftwm/spmutt index 510764e..5c9c29b 100755 --- a/herbstluftwm/spmutt +++ b/herbstluftwm/spmutt @@ -12,7 +12,7 @@ if [ -f $scratchpad ]; then fi fi if ! xdotool search --classname 'spmutt' windowmap; then - setsid -f st -t 'spmutt' -n 'spmutt' -- zsh -c neomutt + . ~/.profile && alacritty --title 'spmutt' --class 'spmutt' -e zsh -c neomutt & xdotool search -sync -onlyvisible -classname 'spmutt' herbstclient attr clients.focus.winid > $scratchpad fi |