my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Goodbye alacritty, foot is my best friend

+6 -8
+4
.config/foot/foot.ini
··· 1 + font=monospace:size=11 2 + 3 + [scrollback] 4 + lines=4000
+1 -1
.config/sway/config
··· 14 14 set $up k 15 15 set $right l 16 16 # Your preferred terminal emulator 17 - set $term alacritty 17 + set $term foot 18 18 # Your preferred application launcher 19 19 # Note: pass the final command to swaymsg so that the resulting window can be opened 20 20 # on the original workspace that the command was run on.
+1 -7
.rc
··· 40 40 . /tmp/ssh-agent-$USER >/dev/null 41 41 fi 42 42 43 - # launch alacritty with no GPU support if on old thinkpad 44 - # TODO: maybe irrelevant when using foot 45 - if [ "$(hostname)" == 'nyx' ]; then 46 - export LIBGL_ALWAYS_SOFTWARE=1 47 - fi 48 - 49 - if [ "$TERM" = "alacritty" ]; then 43 + if [ "$TERM" = "foot" ]; then 50 44 alias ssh='TERM=xterm-256color ssh' 51 45 fi