From 805b435113e8c61e6b329ec7bf6fa4e2b2a61860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Mon, 22 Mar 2021 03:51:42 +0300 Subject: Some changes to improve things on the X200 * Switched to foot, since Alacritty doesn't support older GPUs and because foot consumes around 7-15MB of RAM per instance while Alacritty consumes around 30-60MB/instance. * Other minor changes and improvements. --- dotfiles/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.profile') diff --git a/dotfiles/.profile b/dotfiles/.profile index 0c34ff9..1628457 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -14,7 +14,7 @@ export MANWIDTH=80 # User specific environment and startup programs: export LANG=en_US.UTF-8 -export TERMINAL=alacritty +export TERMINAL=foot export EDITOR="nvim" export PAGER="less -R -j.5" export BROWSER=qutebrowser -- cgit v1.2.3