aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2021-05-04 20:25:24 -0400
committerLibravatar Simon Ser <contact@emersion.fr>2021-05-06 20:52:51 +0200
commit009c58fc9529e284569bf58b73964cb3dc7c5baf (patch)
tree52ed5cc6aecd5933964bc0a156de4b920884b1ee
parentAdd tab dragging functionality (diff)
downloadsway-009c58fc9529e284569bf58b73964cb3dc7c5baf.tar.gz
sway-009c58fc9529e284569bf58b73964cb3dc7c5baf.tar.zst
sway-009c58fc9529e284569bf58b73964cb3dc7c5baf.zip
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 :)
-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.