···1414set $up k
1515set $right l
1616# Your preferred terminal emulator
1717-set $term alacritty
1717+set $term foot
1818# Your preferred application launcher
1919# Note: pass the final command to swaymsg so that the resulting window can be opened
2020# on the original workspace that the command was run on.
+1-7
.rc
···4040 . /tmp/ssh-agent-$USER >/dev/null
4141fi
42424343-# launch alacritty with no GPU support if on old thinkpad
4444-# TODO: maybe irrelevant when using foot
4545-if [ "$(hostname)" == 'nyx' ]; then
4646- export LIBGL_ALWAYS_SOFTWARE=1
4747-fi
4848-4949-if [ "$TERM" = "alacritty" ]; then
4343+if [ "$TERM" = "foot" ]; then
5044 alias ssh='TERM=xterm-256color ssh'
5145fi