Goodbye alacritty, foot is my best friend
Jes Olson jolson@digitalocean.com
Mon, 25 Oct 2021 15:39:23 -0500
3 files changed,
6 insertions(+),
8 deletions(-)
M
.config/sway/config
→
.config/sway/config
@@ -14,7 +14,7 @@ set $down j
set $up k set $right l # Your preferred terminal emulator -set $term alacritty +set $term foot # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on.
M
.rc
→
.rc
@@ -40,12 +40,6 @@ fi
. /tmp/ssh-agent-$USER >/dev/null fi -# launch alacritty with no GPU support if on old thinkpad -# TODO: maybe irrelevant when using foot -if [ "$(hostname)" == 'nyx' ]; then - export LIBGL_ALWAYS_SOFTWARE=1 -fi - -if [ "$TERM" = "alacritty" ]; then +if [ "$TERM" = "foot" ]; then alias ssh='TERM=xterm-256color ssh' fi