7ad3fa007d
Also fixed an issue with the touchpad not working on external monitors. Touchpad should not be mapped to output (D'oh)
13 lines
225 B
Text
13 lines
225 B
Text
# vim:ft=i3config
|
|
|
|
input * {
|
|
xkb_layout eu
|
|
xkb_options caps:escape
|
|
}
|
|
|
|
input "1739:32382:DELL0884:00_06CB:7E7E_Touchpad" {
|
|
tap enabled
|
|
natural_scroll enabled
|
|
}
|
|
|
|
input "1267:9364:ELAN_Touchscreen" map_to_output eDP-1
|