Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorpancho horrillo <pancho@pancho.name>2022-02-16 11:30:40 +0100
committerGitHub <noreply@github.com>2022-02-16 11:30:40 +0100
commit62a6aec197b0e83ab91fdec1ab15427ecf749dac (patch)
tree5c87258517492d7453edc476ee9069da258e6b30 /profiles
parent6489a417aa8d43bd58ec0fd1268d0dd734b0073f (diff)
profiles/sway: replace alacritty with foot (#987)
In Sway 1.7, the terminal emulator in the default config file has been changed to foot. See https://github.com/swaywm/sway/releases/tag/1.7
Diffstat (limited to 'profiles')
-rw-r--r--profiles/sway.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/sway.py b/profiles/sway.py
index 27905e33..32d626d7 100644
--- a/profiles/sway.py
+++ b/profiles/sway.py
@@ -13,7 +13,7 @@ __packages__ = [
"grim",
"slurp",
"pavucontrol",
- "alacritty",
+ "foot",
]