small pixel drawing of a pufferfish dotfiles

Goodbye alacritty, foot is my best friend
Jes Olson jolson@digitalocean.com
Mon, 25 Oct 2021 15:39:23 -0500
commit

fc10eff8dbfddba8f00d1c4a52cbd612a768e74e

parent

2ab3dbcec41086badc3e64531427132c31ca3353

3 files changed, 6 insertions(+), 8 deletions(-)

jump to
A .config/foot/foot.ini

@@ -0,0 +1,4 @@

+font=monospace:size=11 + +[scrollback] +lines=4000
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