2020-12-18 20:02:24 +01:00
|
|
|
# vim: ft=i3
|
2022-06-11 21:24:30 +02:00
|
|
|
### silence specific settings
|
2024-03-19 21:08:35 +01:00
|
|
|
set $intern "AU Optronics 0x5B2D Unknown"
|
2022-03-15 21:07:17 +01:00
|
|
|
set $extern-38 "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
|
|
|
set $extern-13 "Unknown CX133 0x00000001"
|
2022-07-18 12:38:50 +02:00
|
|
|
set $main $extern-38
|
2020-12-18 15:54:56 +01:00
|
|
|
|
|
|
|
### Output configuration
|
2022-03-13 12:45:50 +01:00
|
|
|
output $intern mode 1920x1080
|
2022-03-15 21:07:17 +01:00
|
|
|
output $extern-38 mode 3840x1600
|
2020-12-18 15:54:56 +01:00
|
|
|
|
2021-02-17 09:30:24 +01:00
|
|
|
bindswitch --reload --locked lid:on output $intern disable
|
|
|
|
bindswitch --reload --locked lid:off output $intern enable
|
2020-12-18 20:02:24 +01:00
|
|
|
|
2020-12-18 15:54:56 +01:00
|
|
|
### Input configuration
|
|
|
|
input "1739:30383:CUST0001:00_06CB:76AF_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"
|
|
|
|
}
|