diff options
| author | tslil <tslil@posteo.de> | 2026-04-14 19:19:51 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-14 19:19:55 +0100 |
| commit | 84bdc77b1b40f3d87daa929496a1aa10896abd6e (patch) | |
| tree | 523ba7a64f4af9cbdb27e9051cd45f12bbd6bd9d /river | |
| parent | 6cb2441c0d932df3ca14ed3eadc1b3c804a5acbf (diff) | |
[channel] port to mainline config format
Diffstat (limited to 'river')
| -rw-r--r-- | river/config.rh | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/river/config.rh b/river/config.rh index b863026..ec27e3d 100644 --- a/river/config.rh +++ b/river/config.rh @@ -1,10 +1,21 @@ -keyboard "AT Translated Set 2 keyboard" { - layout gallium - options ctrl:swap_lalt_lctl,ctrl:swap_rwin_rctl,ctrl:nocaps -} - -touchpad { - tap_to_click true - natural_scroll false - accel_profile adaptive +input { + profiles { + builtin_keyboard { + keyboard { + layout gallium + options ctrl:swap_lalt_lctl,ctrl:swap_rwin_rctl,ctrl:nocaps + } + } + builtin_touchpad { + libinput { + tap_to_click true + natural_scroll false + accel_profile adaptive + } + } + } + rules [ + name, AT Translated Set 2 keyboard, builtin_keyboard + name, PIXA3854:00 093A:0274 Touchpad, builtin_touchpad + ] } |
