diff options
author | zachir <zachir@librem.one> | 2022-10-11 23:39:11 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-10-11 23:39:11 -0500 |
commit | 606706c7233021c56871a76d629789164f361590 (patch) | |
tree | dcb3763f7c0c1bc5eeeb8d9da318aacf1e6a83b1 /herbstluftwm/spterm | |
parent | c9c285ee7a638e4c455b0b9c546a4a417cdfda33 (diff) |
update herbstluftwm to use alacritty, and fix all the scratchpads
Diffstat (limited to 'herbstluftwm/spterm')
-rwxr-xr-x | herbstluftwm/spterm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/herbstluftwm/spterm b/herbstluftwm/spterm index 67f4f60..4f65af5 100755 --- a/herbstluftwm/spterm +++ b/herbstluftwm/spterm @@ -12,7 +12,7 @@ if [ -f $scratchpad ]; then fi fi if ! xdotool search --classname 'spterm' windowmap; then - st -t ‘spterm’ -n 'spterm' & + setsid -f alacritty --title 'spterm' --class 'spterm' & xdotool search -sync -onlyvisible -classname 'spterm' herbstclient attr clients.focus.winid > $scratchpad fi |