From 538cc46cefe1ba58e07783cf4a4fa3564d27b123 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 4 Jan 2023 22:12:34 +0200 Subject: Removed st in favour of alacritty --- Heads-Up-Display | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Heads-Up-Display b/Heads-Up-Display index cac8681..d90c7d3 100755 --- a/Heads-Up-Display +++ b/Heads-Up-Display @@ -2,7 +2,7 @@ id=$(xdotool search --class Heads-Up-Display); if [ -z "$id" ]; then - st -c Heads-Up-Display -e tmux attach -t HUD || tmux new -s HUD; + alacritty --class "Heads-Up-Display" -e tmux new-session -A -s HUD -e bash > /dev/null 2>&1 & else if [ ! -f /tmp/hide_hud ]; then touch /tmp/hide_hud && xdo hide "$id" -- cgit v1.2.3