aboutsummaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2021-05-04 20:25:24 -0400
committerSimon Ser <contact@emersion.fr>2021-05-06 20:52:51 +0200
commit009c58fc9529e284569bf58b73964cb3dc7c5baf (patch)
tree52ed5cc6aecd5933964bc0a156de4b920884b1ee /config.in
parentf9a5c18c93c4c72fdefbecb34d30464fa6276b41 (diff)
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 (limited to 'config.in')
-rw-r--r--config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.in b/config.in
index 08703bef..8031523e 100644
--- 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.