diff options
author | Amin Bandali <bandali@gnu.org> | 2019-06-06 00:37:42 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-06-06 00:37:42 -0400 |
commit | b0557aa3338ddc47c6689d0f0f89ab8480b15155 (patch) | |
tree | 20d54bc05bd8496b5c110615dd1d0daec17ef922 | |
parent | d355f9979367744a458c39531f85e8e64cc13bbf (diff) | |
download | configs-b0557aa3338ddc47c6689d0f0f89ab8480b15155.tar.gz configs-b0557aa3338ddc47c6689d0f0f89ab8480b15155.tar.xz configs-b0557aa3338ddc47c6689d0f0f89ab8480b15155.zip |
sway: map finger and pen to the internal display on the x220t
-rw-r--r-- | .config/sway/langa | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sway/langa b/.config/sway/langa index 0d0d8c7..d8730f8 100644 --- a/.config/sway/langa +++ b/.config/sway/langa @@ -17,3 +17,6 @@ input "65261:24672:technomancy_Atreus" { repeat_delay 200 repeat_rate 45 } + +input "1386:230:Wacom_ISDv4_E6_Finger" map_to_output LVDS-1 +input "1386:230:Wacom_ISDv4_E6_Pen" map_to_output LVDS-1 |