mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 22:43:58 +01:00
add bit about reading config for "my keyboard doesn't work" problems
parent
636106e778
commit
d1ba012252
4
Home.md
4
Home.md
@ -24,6 +24,10 @@ Update both sway and wlc and then try again. Look through [known issues](https:/
|
||||
|
||||
You must use the open source [Nouveau](https://nouveau.freedesktop.org/) drivers; Nvidia's proprietary binary drivers are not supported.
|
||||
|
||||
### I just installed Sway. I can move my mouse cursor but my keyboard doesn't work.
|
||||
|
||||
Are you pressing keys that are bound to do anything? **Read the [config file](https://github.com/SirCmpwn/sway/blob/master/config).** If `$mod+Return` is bound to `exec urxvt` (which it is by default) - do you have Urxvt installed? Try `$mod+2` or `$mod+8` - does it switch workspaces?
|
||||
|
||||
### Enable logging
|
||||
|
||||
sway -d 2> ~/sway.log
|
||||
|
Loading…
Reference in New Issue
Block a user