From 515db926cea4433f9ea03b99b76c50693070e0f3 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 24 Nov 2020 11:13:58 +0530 Subject: [PATCH] sway: Switch to using kitty as default terminal Kitty supports ligatures and seems to have better font rendering. It's memory consumption seems to be high however, it should allow us to replace tmux or we can still use tmux with it if required while relying on the window layouts and tabs feature to prevent us from requiring spawning any more terminals. Spawning one kitty instance would be sufficient to take care of everything. --- 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 0f85a9f..90a80c6 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 alacritty +set $term kitty # 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.