diff options
Diffstat (limited to '.config/sway/input.conf')
| -rw-r--r-- | .config/sway/input.conf | 59 |
1 files changed, 33 insertions, 26 deletions
diff --git a/.config/sway/input.conf b/.config/sway/input.conf index 5e42c3b..ebc5cf6 100644 --- a/.config/sway/input.conf +++ b/.config/sway/input.conf @@ -1,35 +1,42 @@ # vim: ft=i3 -# input club kbd -input "65261:25700:Input_Club_Infinity_keyboard/QMK" { - # intentionally left blank +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 } - -# planck ez -input "65261:24672:OLKB_Planck" { - xkb_options 'eurosign:5,lvl3:ralt_switch_multikey' +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 +} +input 65261:24672:OLKB_Planck { + xkb_layout us + xkb_variant mac + xkb_options 'caps:hyper,lvl3:ralt_switch_multikey,eurosign:5' + repeat_rate 70 } -# trackball -input "1149:8264:Primax_Kensington_Eagle_Trackball" { - # intentionally left blank +input 2:7:SynPS/2_Synaptics_TouchPad { + natural_scroll enabled + accel_profile adaptive +} +input 2:10:TPPS/2_Elan_TrackPoint { + natural_scroll enabled + accel_profile adaptive + pointer_accel 1 +} +input 1149:8264:Primax_Kensington_Eagle_Trackball { + accel_profile adaptive } -# pen + tablet -set $pen "10429:148:XP-PEN_STAR_G640" +set $pen 10429:148:XP-PEN_STAR_G640_Pen input $pen { - drag disabled - drag_lock disabled - tap enabled - accel_profile flat - - # middle_emulation disabled - # 331 lower pen button - # 332 upper pen button - # scroll_method on_button_down - # scroll_button 274 - # map_to_output DP-6 - map_from_region 0.0x0.0 0.3x0.3 + accel_profile flat } -#input "10429:148:XP-PEN_STAR_G640_Mouse" events disabled -#input "10429:148:XP-PEN_STAR_G640_Keyboard" events disabled +# seat pen attach $pen +# seat pen hide_cursor 10000 +# seat pen idle_inhibit tablet_tool +# seat pen idle_wake tablet_tool |