Add section on input configuration

aouelete 2016-01-23 21:14:59 -05:00
parent ff803c8bf5
commit 631cb75697

11
Home.md

@ -70,6 +70,17 @@ bar {
```
See also: [Configuring i3bar](https://i3wm.org/docs/userguide.html#_configuring_i3bar) and [i3bar compatibility](https://github.com/SirCmpwn/sway/issues/343).
### How do I configure my touchpad (or other input devices)?
Run `swaymsg -t get_inputs` to find the name of the input device that you want to configure, then add an `input` section to your config. Example config:
```
input <device name> {
tap enabled
natural_scrolling disabled
dwt enabled
}
```
See `man sway-input` for all available options.
### My favorite application isn't displayed right, how can I fix this?
#### X-applications