diff options
Diffstat (limited to 'sway/config')
| -rw-r--r-- | sway/config | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sway/config b/sway/config index f425b28..9dcdcd7 100644 --- a/sway/config +++ b/sway/config @@ -5,13 +5,17 @@ input "1:1:AT_Translated_Set_2_keyboard" { xkb_model pc105aw-sl xkb_layout "us(cmk_ed_dh)" - xkb_options "caps:ctrl_modifier" + xkb_options "caps:backspace,lv3:ralt_alt,ctrl:swap_lalt_lctl" } input "1:2:AT_Raw_Set_2_keyboard" { xkb_model pc105aw-sl xkb_layout "us(cmk_ed_dh)" - xkb_options "caps:ctrl_modifier" + xkb_options "caps:backspace,lv3:ralt_alt,ctrl:swap_lalt_lctl" +} + +input "2:10:TPPS/2_IBM_TrackPoint" { + pointer_accel 1 } ### Variables |
