rj1
log | files | refs
commit 502d3cd47aa102d8374b27504cf85ca8d4f01835
parent b15f451f0010a4aac3ccfca7b04d592a473d9766
author: rj1 <[email protected]>
date:   Sat, 18 May 2024 11:49:36 -0600

launch-terminal: use alacritty instead of foot until https://github.com/swaywm/sway/issues/8115 is resolved

Diffstat:
Mbin/launch-terminal | 17++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/bin/launch-terminal b/bin/launch-terminal @@ -1,8 +1,11 @@ +# #!/bin/bash +# if pgrep foot &>/dev/null; then +# footclient +# else +# foot -s & +# sleep 0.1 +# footclient +# fi + #!/bin/bash -if pgrep foot &>/dev/null; then - footclient -else - foot -s & - sleep 0.1 - footclient -fi +alacritty