2021-01-04 11:00:01 +01:00
|
|
|
### 7DPQTN2 specific settings
|
|
|
|
# vim: ft=i3
|
2021-01-15 11:34:42 +01:00
|
|
|
set $intern "Chimei Innolux Corporation 0x14D3 0x00000000"
|
|
|
|
set $extern "Dell Inc. Dell U4919DW 9YVZWP2"
|
2021-04-20 17:06:50 +02:00
|
|
|
set $extern2 "Dell Inc. Dell U4919DW 10WZWP2"
|
2021-06-24 15:33:56 +02:00
|
|
|
set $extern3 "Dell Inc. DELL U3415W F1T1W61R0ACL"
|
2021-08-17 11:50:10 +02:00
|
|
|
set $extern4 "Sony SONY TV 0x00000101"
|
2021-01-04 11:00:01 +01:00
|
|
|
|
|
|
|
### Output configuration
|
2021-06-24 15:33:56 +02:00
|
|
|
output $intern position 1600 1440
|
|
|
|
output $extern position 0 1440 resolution 5120x1440
|
|
|
|
# output $extern2 position -1600 -1440 resolution 5120x1440
|
|
|
|
output $extern2 position 0 0 resolution 5120x1440
|
|
|
|
output $extern3 position 840 0
|
2021-08-17 11:50:10 +02:00
|
|
|
output $extern4 position 0 0 mode 1920x1080@24Hz
|
2021-01-04 11:00:01 +01:00
|
|
|
|
2021-01-15 11:34:42 +01:00
|
|
|
bindswitch --reload --locked lid:on output $intern disable
|
|
|
|
bindswitch --reload --locked lid:off output $intern enable
|
2021-01-04 11:00:01 +01:00
|
|
|
|
2022-03-18 08:07:51 +01:00
|
|
|
exec "bash -c 'sleep 10; owncloud'"
|
|
|
|
|
2021-01-04 11:00:01 +01:00
|
|
|
### 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"
|
|
|
|
}
|
2021-03-30 09:08:18 +02:00
|
|
|
|
|
|
|
input "16700:8467:Dell_KB216_Wired_Keyboard" {
|
|
|
|
xkb_layout "eu"
|
|
|
|
xkb_options "xk5:vim,xk5:fn"
|
|
|
|
}
|