From d763cc0fbef9bbd189081c7115f44a4e61249be7 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 14 Nov 2020 19:12:47 +0530 Subject: [PATCH] sway: Switch default terminal to alacritty While st is awesome, supports ligatures and consume just around 10MB of memory running it requires having to run Xwayland. For now, switch to alacritty so we need not run Xwayland or any X clients. If we find a better terminal later on we can switch to that. --- sway/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index b334fd4..265aa29 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -12,7 +12,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term st +set $term alacritty # 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.