2021-01-04 21:25:36 +01:00
|
|
|
### 7DPQTN2 specific settings
|
|
|
|
# vim: ft=i3
|
2021-01-14 13:07:52 +01:00
|
|
|
set $intern "Unknown 0x633D 0x00000000"
|
2021-02-17 09:30:24 +01:00
|
|
|
set $extern "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
2021-01-04 21:25:36 +01:00
|
|
|
|
|
|
|
### Output configuration
|
2022-03-13 12:45:50 +01:00
|
|
|
output $intern mode 1920x1080
|
|
|
|
output $extern mode 3840x1600
|
2021-01-04 21:25:36 +01:00
|
|
|
|
2022-03-13 12:45:50 +01:00
|
|
|
bindswitch --reload --locked lid:on output $intern disable
|
|
|
|
bindswitch --reload --locked lid:off output $intern enable
|
2021-01-04 21:25:36 +01:00
|
|
|
|
|
|
|
### Input configuration
|
|
|
|
input "1160:4618:DELL09BE:00_0488:120A_Touchpad" {
|
|
|
|
click_method clickfinger
|
|
|
|
dwt enabled # disable while typing
|
|
|
|
# drag enabled
|
|
|
|
# drag_lock enabled
|
|
|
|
scroll_method two_finger
|
|
|
|
tap enabled
|
|
|
|
tap_button_map lrm
|
|
|
|
natural_scroll enabled
|
|
|
|
middle_emulation enabled
|
|
|
|
}
|
|
|
|
|
|
|
|
input "1:1:AT_Translated_Set_2_keyboard" {
|
|
|
|
xkb_layout "eu"
|
|
|
|
xkb_options "xk5:vim,xk5:fn"
|
|
|
|
}
|