From 9568ae5d8b39a224248b98ed5d2e5a92042524f2 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 12 Oct 2020 12:10:06 +0530 Subject: [PATCH] i3: Switch to suckless simple terminal as default Alacritty consumes way too much memory for a terminal, a consistent 100MB+ and at moments even more. We keep the config for alacritty which was added earlier but switch to st as default terminal. --- i3/.i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/.i3/config b/i3/.i3/config index 45c0f02..6d54acb 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -27,7 +27,7 @@ font xft:URWGothic-Book 11 floating_modifier $mod # start a terminal -bindsym $mod+Return exec alacritty +bindsym $mod+Return exec st # kill focused window bindsym $mod+Shift+q kill