diff options
| author | tslil clingman <tslil@posteo.net> | 2022-07-09 19:24:12 +0200 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.net> | 2022-07-09 19:24:12 +0200 |
| commit | abd02a6e05f2e2031a65cd927e4abdf6f89335ee (patch) | |
| tree | 70e55e519850c4f3aeacf58d2a536af51524fd60 /sway/config | |
| parent | 0853bb6923815cb2d1502bec40f045e3043ded02 (diff) | |
Updating kernel and keyboard layout
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 |
