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