mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Add section on input configuration
parent
ff803c8bf5
commit
631cb75697
11
Home.md
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
|
||||
|
Loading…
Reference in New Issue
Block a user