diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-07 14:36:59 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-07 14:36:59 +0200 |
| commit | 94778c70b8a4396fbee25d7653fa0830803b6d32 (patch) | |
| tree | cc4b3d274f490095a710bc1afc8eb6b47c9997d9 /Heads-Up-Display | |
| parent | a035fc7259fb7a8959d3fada42a426f4289e3619 (diff) | |
| download | dotfiles-94778c70b8a4396fbee25d7653fa0830803b6d32.tar.gz dotfiles-94778c70b8a4396fbee25d7653fa0830803b6d32.zip | |
Squashed '.local/bin/scripts/' changes from f797a45..0e48d67
0e48d67 Removed st in favour of alacritty
03be387 Add killandnotify script
966087e Add ffmpeg script
f0ca2dd Add colors script
git-subtree-dir: .local/bin/scripts
git-subtree-split: 0e48d677ccf014c65c1fbb0bc4690737325df678
Diffstat (limited to 'Heads-Up-Display')
| -rwxr-xr-x | Heads-Up-Display | 2 |
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" |
