From abd02a6e05f2e2031a65cd927e4abdf6f89335ee Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sat, 9 Jul 2022 19:24:12 +0200 Subject: Updating kernel and keyboard layout --- sway/config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sway') 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 -- cgit v1.2.3