diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-02-03 23:51:42 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-02-03 23:51:42 +0200 |
| commit | f4041e4fd58227d409b875ed64a3d1ad71439e76 (patch) | |
| tree | 1fc611cf05b3d93402a47c291a3de919f6371394 /heads-up-display | |
| parent | 0da3cd94e5238af15ccc14b60f7687dad0feb947 (diff) | |
| download | dotfiles-f4041e4fd58227d409b875ed64a3d1ad71439e76.tar.gz dotfiles-f4041e4fd58227d409b875ed64a3d1ad71439e76.zip | |
Use wezterm instead of kitty
Diffstat (limited to 'heads-up-display')
| -rwxr-xr-x | heads-up-display | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/heads-up-display b/heads-up-display index 5d8b20e..a401045 100755 --- a/heads-up-display +++ b/heads-up-display @@ -7,7 +7,8 @@ if id="$(xdo id -N heads-up-display)"; then bspc node "$id" -g hidden -f else - kitty --class "heads-up-display" -e tmux new-session -A -s HUD -e bash >/dev/null 2>&1 & + #kitty --class "heads-up-display" -e tmux new-session -A -s HUD -e bash >/dev/null 2>&1 & + wezterm start --class "heads-up-display" -e tmux new-session -A -s HUD -e bash >/dev/null 2>&1 & fi #- - - - - - - - - - |
