From ddcd099aa78f50f1be2c7b21b15ba3c0380bdf73 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Mon, 22 Feb 2021 15:58:00 +0100 Subject: [PATCH] Updated input for thinkpad --- config/sway/config | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/sway/config b/config/sway/config index 7329200..f454670 100644 --- a/config/sway/config +++ b/config/sway/config @@ -4,6 +4,16 @@ input "type:keyboard" { xkb_variant intl xkb_options "compose:rwin" } +input "1:1:AT_Translated_Set_2_keyboard" { + xkb_layout us + xkb_variant intl + xkb_options "compose:rctrl" +} + +# Touchpad definition +input type:touchpad { + ap enabled +} ### Variables