summaryrefslogtreecommitdiff
path: root/river/config.rh
blob: ec27e3daf676c478a828135c521b34e529b370c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
  ]
}