2021-01-04 21:25:36 +01:00
|
|
|
### 7DPQTN2 specific settings
|
|
|
|
# vim: ft=i3
|
2022-06-27 10:30:30 +02:00
|
|
|
set $intern "Chimei Innolux Corporation 0x1416 0x00000000"
|
2022-08-30 09:43:10 +02:00
|
|
|
set $extern-34 "Dell Inc. DELL U3421WE 6YR9753"
|
|
|
|
set $extern-24 "Dell Inc. DELL E2422HS H1VWFM3"
|
|
|
|
set $extern-29 "Lenovo Group Limited L29w-30 UPV08NFA"
|
2022-06-27 10:30:30 +02:00
|
|
|
set $extern-38 "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
2022-08-30 09:43:10 +02:00
|
|
|
set $main DP-10
|
2021-01-04 21:25:36 +01:00
|
|
|
|
|
|
|
### Output configuration
|
2022-03-13 12:45:50 +01:00
|
|
|
output $intern mode 1920x1080
|
2022-08-30 09:43:10 +02:00
|
|
|
output $extern-34 mode 3440x1440 position 0 0
|
|
|
|
output $extern-24 mode 1920x1080 position 3440 0
|
|
|
|
output $extern-29 mode 2560x1080
|
2022-03-15 21:07:17 +01:00
|
|
|
output $extern-38 mode 3840x1600
|
2021-01-04 21:25:36 +01:00
|
|
|
|
2022-07-18 12:38:50 +02: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
|
2022-06-27 10:30:30 +02:00
|
|
|
input "1160:4122:DELL0A36:00_0488:101A_Touchpad" {
|
2021-01-04 21:25:36 +01:00
|
|
|
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"
|
|
|
|
}
|