add bit about reading config for "my keyboard doesn't work" problems

Zandr Martin 2016-07-13 11:40:57 -05:00
parent 636106e778
commit d1ba012252

@ -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. 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 ### Enable logging
sway -d 2> ~/sway.log sway -d 2> ~/sway.log