37 lines
1.1 KiB
Text
37 lines
1.1 KiB
Text
### 7DPQTN2 specific settings
|
|
# vim: ft=i3
|
|
set $intern "Chimei Innolux Corporation 0x1416 0x00000000"
|
|
# set $extern-24-1 "Dell Inc. DELL E2422HS H1RYFM3"
|
|
set $extern-24-2 "Dell Inc. DELL E2422HS H1RYFM3"
|
|
set $extern-24-3 "Dell Inc. DELL E2422HS H1VWFM3"
|
|
set $extern-13 "Unknown CX133 0x00000001"
|
|
set $extern-38 "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
|
|
|
### Output configuration
|
|
output $intern mode 1920x1080
|
|
# output $extern-24-2 mode 1920x1080
|
|
output $extern-24-2 mode 1920x1080
|
|
output $extern-24-3 mode 1920x1080
|
|
output $extern-13 mode 2560x1600 scale 1.6
|
|
output $extern-38 mode 3840x1600
|
|
|
|
bindswitch --reload --locked lid:on output $intern disable
|
|
bindswitch --reload --locked lid:off output $intern enable
|
|
|
|
### Input configuration
|
|
input "1160:4122:DELL0A36:00_0488:101A_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"
|
|
}
|