diff options
author | Drew DeVault <sir@cmpwn.com> | 2021-05-04 20:25:24 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-05-06 20:52:51 +0200 |
commit | 009c58fc9529e284569bf58b73964cb3dc7c5baf (patch) | |
tree | 52ed5cc6aecd5933964bc0a156de4b920884b1ee /config.in | |
parent | f9a5c18c93c4c72fdefbecb34d30464fa6276b41 (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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |