aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2021-05-04 20:25:24 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2021-05-04 20:25:24 -0400
commit3aef45ca5ae1cf138471ff94c8e38a0c9c42c0ca (patch)
treecde994608a19c781e8faed3caa189d53bd8b9b48
parentbuild: remove sd-bus status item (diff)
downloadsway-3aef45ca5ae1cf138471ff94c8e38a0c9c42c0ca.tar.gz
sway-3aef45ca5ae1cf138471ff94c8e38a0c9c42c0ca.tar.zst
sway-3aef45ca5ae1cf138471ff94c8e38a0c9c42c0ca.zip
config.in: change terminal emulator to footfoot
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 :)
-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
14set $up k 14set $up k
15set $right l 15set $right l
16# Your preferred terminal emulator 16# Your preferred terminal emulator
17set $term alacritty 17set $term foot
18# Your preferred application launcher 18# Your preferred application launcher
19# Note: pass the final command to swaymsg so that the resulting window can be opened 19# Note: pass the final command to swaymsg so that the resulting window can be opened
20# on the original workspace that the command was run on. 20# on the original workspace that the command was run on.