90PKL63: add host
This commit is contained in:
parent
77ba02d939
commit
d9c881866d
2 changed files with 96 additions and 0 deletions
30
hosts.d/90PKL63.conf
Normal file
30
hosts.d/90PKL63.conf
Normal file
|
@ -0,0 +1,30 @@
|
|||
### 7DPQTN2 specific settings
|
||||
# vim: ft=i3
|
||||
set $laptop "Unknown 0x633D 0x00000000"
|
||||
set $monitor "Goldstar Company Ltd LG ULTRAWIDE 0x00005E33"
|
||||
|
||||
### Output configuration
|
||||
output $laptop position 0 0
|
||||
output $monitor position 1920 0
|
||||
output $monitor disable
|
||||
|
||||
bindswitch --reload --locked lid:on output $laptop disable
|
||||
bindswitch --reload --locked lid:off output $laptop enable
|
||||
|
||||
### Input configuration
|
||||
input "1160:4618:DELL09BE:00_0488:120A_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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue