aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-01-04 22:12:34 +0200
committersrdusr <trevorgray@srdusr.com>2023-01-04 22:12:34 +0200
commit538cc46cefe1ba58e07783cf4a4fa3564d27b123 (patch)
treecc4b3d274f490095a710bc1afc8eb6b47c9997d9
parent658c73485ca2cb1fbe16ea16104b0960849f6b37 (diff)
downloaddotfiles-538cc46cefe1ba58e07783cf4a4fa3564d27b123.tar.gz
dotfiles-538cc46cefe1ba58e07783cf4a4fa3564d27b123.zip
Removed st in favour of alacritty
-rwxr-xr-xHeads-Up-Display2
1 files changed, 1 insertions, 1 deletions
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"