29 lines
778 B
Text
29 lines
778 B
Text
### 7DPQTN2 specific settings
|
|
# vim: ft=i3
|
|
set $laptop "Chimei Innolux Corporation 0x14D3 0x00000000"
|
|
set $monitor "Dell Inc. Dell U4919DW 9YVZWP2"
|
|
|
|
### Output configuration
|
|
output $laptop position 0 0
|
|
output $monitor position 1920 0 resolution 5120x1440
|
|
|
|
bindswitch --reload --locked lid:on output $laptop disable
|
|
bindswitch --reload --locked lid:off output $laptop enable
|
|
|
|
### Input configuration
|
|
input "1102:4639:DELL081C:00_044E:121F_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"
|
|
}
|