commit 009c58fc9529e284569bf58b73964cb3dc7c5baf
parent f9a5c18c93c4c72fdefbecb34d30464fa6276b41
Author: Drew DeVault <sir@cmpwn.com>
Date: Tue, 4 May 2021 20:25:24 -0400
config.in: change terminal emulator to foot
This is my preferred terminal emulator now. Seeing as the default config
file is basically "Drew's preferences watered down a bit for a general
audience", I reckon it should be updated accordingly :)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.in b/config.in
@@ -14,7 +14,7 @@ set $down j
set $up k
set $right l
# Your preferred terminal emulator
-set $term alacritty
+set $term foot
# 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.