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.
This commit is contained in:
Sanchayan Maity 2020-11-24 11:13:58 +05:30
parent 989a76eba7
commit 515db926ce
1 changed files with 1 additions and 1 deletions

View File

@ -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.