diff options
| author | Robert Günzler <r@gnzler.io> | 2020-06-01 18:25:30 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-06-01 18:32:20 +0200 |
| commit | 0a580b1f7569f33b50e776d84210e2fcfe6ea157 (patch) | |
| tree | c8176dd70aa309efe6170bbb0a4d501c34f227f8 | |
| parent | e630a1ab19c967e9ca8ab9f3015206e09a7aa397 (diff) | |
sway: cleanup input.conf indents
| -rw-r--r-- | .config/sway/input.conf | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/.config/sway/input.conf b/.config/sway/input.conf index ebc5cf6..8ab46c6 100644 --- a/.config/sway/input.conf +++ b/.config/sway/input.conf @@ -1,35 +1,36 @@ # vim: ft=i3 input 1:1:AT_Translated_Set_2_keyboard { - xkb_layout us - xkb_variant mac - xkb_options 'caps:hyper,lvl3:ralt_switch_multikey,eurosign:5' - repeat_rate 70 + xkb_layout us + xkb_variant mac + xkb_options 'caps:hyper,lvl3:ralt_switch_multikey,eurosign:5' + repeat_rate 70 } input 65261:25700:Input_Club_Infinity_keyboard/QMK { - xkb_layout us - xkb_variant mac - xkb_options 'caps:hyper,lvl3:ralt_switch_multikey,eurosign:5' - repeat_rate 70 + xkb_layout us + xkb_variant mac + xkb_options 'caps:hyper,lvl3:ralt_switch_multikey,eurosign:5' + repeat_rate 70 } input 65261:24672:OLKB_Planck { - xkb_layout us - xkb_variant mac - xkb_options 'caps:hyper,lvl3:ralt_switch_multikey,eurosign:5' - repeat_rate 70 + xkb_layout us + xkb_variant mac + xkb_options 'caps:hyper,lvl3:ralt_switch_multikey,eurosign:5' + repeat_rate 70 } input 2:7:SynPS/2_Synaptics_TouchPad { - natural_scroll enabled - accel_profile adaptive + tap enabled + natural_scroll enabled + accel_profile adaptive } input 2:10:TPPS/2_Elan_TrackPoint { - natural_scroll enabled - accel_profile adaptive - pointer_accel 1 + natural_scroll enabled + accel_profile adaptive + pointer_accel 1 } input 1149:8264:Primax_Kensington_Eagle_Trackball { - accel_profile adaptive + accel_profile adaptive } set $pen 10429:148:XP-PEN_STAR_G640_Pen |