diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-06-07 00:55:02 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-06-07 00:55:02 +0300 |
commit | 182cb9918352e93047d0fcc8c38048c61b3d4dfd (patch) | |
tree | 4a2d48fccb72a871170837b39cd1ff4d94976dea /dotfiles/.local/bin/ddquakemite | |
parent | 58e22e07452056f8ca971f879a96dc1c7444b4cf (diff) | |
download | swayrice-182cb9918352e93047d0fcc8c38048c61b3d4dfd.tar.gz swayrice-182cb9918352e93047d0fcc8c38048c61b3d4dfd.zip |
terminal: return to Alacritty
I haven't actively used my trusty old X200 in more than a year, and I
really did miss Alacritty's font rendering and features, namely config
hot-reload.
Diffstat (limited to 'dotfiles/.local/bin/ddquakemite')
-rwxr-xr-x | dotfiles/.local/bin/ddquakemite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/ddquakemite b/dotfiles/.local/bin/ddquakemite index 4e1288f..b8df9b4 100755 --- a/dotfiles/.local/bin/ddquakemite +++ b/dotfiles/.local/bin/ddquakemite @@ -34,7 +34,7 @@ if [ "$ddstatus" = "-" ]; then elif [ "$ddstatus" = "+" ]; then swaymsg '[title="ddterminal"] move scratchpad' else - $TERMINAL -T "ddterminal" -o "locked-title=true" zsh -ic "tmuxatt" & + $TERMINAL -T "ddterminal" -e zsh -ic "tmuxatt" & sleep 0.2s reposition fi |