hosts: update
This commit is contained in:
parent
d8a1632afc
commit
095d9d18b7
2 changed files with 10 additions and 49 deletions
|
@ -1,43 +0,0 @@
|
||||||
### 7DPQTN2 specific settings
|
|
||||||
# vim: ft=i3
|
|
||||||
set $intern "Chimei Innolux Corporation 0x14D3 0x00000000"
|
|
||||||
set $extern "Dell Inc. Dell U4919DW 9YVZWP2"
|
|
||||||
set $extern2 "Dell Inc. Dell U4919DW 10WZWP2"
|
|
||||||
set $extern3 "Dell Inc. DELL U3415W F1T1W61R0ACL"
|
|
||||||
set $extern4 "Sony SONY TV 0x00000101"
|
|
||||||
|
|
||||||
### Output configuration
|
|
||||||
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
|
|
||||||
output $extern4 position 0 0 mode 1920x1080@24Hz
|
|
||||||
|
|
||||||
bindswitch --reload --locked lid:on output $intern disable
|
|
||||||
bindswitch --reload --locked lid:off output $intern enable
|
|
||||||
|
|
||||||
exec "bash -c 'sleep 10; owncloud'"
|
|
||||||
|
|
||||||
### 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"
|
|
||||||
}
|
|
||||||
|
|
||||||
input "16700:8467:Dell_KB216_Wired_Keyboard" {
|
|
||||||
xkb_layout "eu"
|
|
||||||
xkb_options "xk5:vim,xk5:fn"
|
|
||||||
}
|
|
|
@ -1,21 +1,25 @@
|
||||||
### 7DPQTN2 specific settings
|
### 7DPQTN2 specific settings
|
||||||
# vim: ft=i3
|
# vim: ft=i3
|
||||||
set $intern "Unknown 0x633D 0x00000000"
|
set $intern "Chimei Innolux Corporation 0x1416 0x00000000"
|
||||||
set $extern-38 "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
# 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-13 "Unknown CX133 0x00000001"
|
||||||
|
set $extern-38 "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
output $intern mode 1920x1080
|
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
|
output $extern-38 mode 3840x1600
|
||||||
output $extern-13 mode 2560x1600 scale 1.4545
|
|
||||||
|
|
||||||
bindswitch --reload --locked lid:on output $intern disable
|
bindswitch --reload --locked lid:on output $intern disable
|
||||||
bindswitch --reload --locked lid:off output $intern enable
|
bindswitch --reload --locked lid:off output $intern enable
|
||||||
|
|
||||||
exec "bash -c 'sleep 10; owncloud'"
|
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
input "1160:4618:DELL09BE:00_0488:120A_Touchpad" {
|
input "1160:4122:DELL0A36:00_0488:101A_Touchpad" {
|
||||||
click_method clickfinger
|
click_method clickfinger
|
||||||
dwt enabled # disable while typing
|
dwt enabled # disable while typing
|
||||||
# drag enabled
|
# drag enabled
|
Loading…
Reference in a new issue