From c6ba42e84b710a255a0f32b7866444ba048ddcb9 Mon Sep 17 00:00:00 2001 From: enkvadrat <123565769+enkvadrat@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:10:08 +0100 Subject: [PATCH] The defualt terminal is foot and not alacritty --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 28fd534..cda261f 100644 --- a/Home.md +++ b/Home.md @@ -558,7 +558,7 @@ If the problem isn't immediately obvious, you will likely be required to debug i ### I just installed sway. I can move my mouse cursor but my keyboard does not work. -Are you pressing keys that are bound to do anything? **Read the [config file](https://github.com/SirCmpwn/sway/blob/master/config.in).** If `$mod+Return` is bound to `exec alacritty` (which it is by default) - do you have alacritty installed? Try `$mod+2` or `$mod+8` - does it switch workspaces? +Are you pressing keys that are bound to do anything? **Read the [config file](https://github.com/SirCmpwn/sway/blob/master/config.in).** If `$mod+Return` is bound to `exec foot` (which it is by default) - do you have foot installed? Try `$mod+2` or `$mod+8` - does it switch workspaces? ### I can't run anything.