update external monitor config
This commit is contained in:
parent
e7bafaf63a
commit
afdb292741
2 changed files with 8 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
|||
### 7DPQTN2 specific settings
|
||||
# vim: ft=i3
|
||||
set $intern "Unknown 0x633D 0x00000000"
|
||||
set $extern "Goldstar Company Ltd LG ULTRAWIDE 0x00005E33"
|
||||
set $extern "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
||||
|
||||
### Output configuration
|
||||
output $intern position 0 0
|
||||
output $extern position 1920 0
|
||||
output $extern position 1920 0 mode 3840x1600
|
||||
|
||||
bindswitch --reload --locked lid:on output $intern disable
|
||||
bindswitch --reload --locked lid:off output $intern enable
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
### silence specific settings
|
||||
# vim: ft=i3
|
||||
set $laptop eDP-1
|
||||
set $intern "Unknown 0x5B2D 0x00000000"
|
||||
set $extern "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
||||
|
||||
### Output configuration
|
||||
output $laptop position 0 0
|
||||
output DP-1 position 1920 0
|
||||
output DP-1 disable
|
||||
output $intern position 0 0
|
||||
output $extern position 1920 0 mode 3840x1600
|
||||
|
||||
bindswitch --reload --locked lid:on output $laptop disable
|
||||
bindswitch --reload --locked lid:off output $laptop enable
|
||||
bindswitch --reload --locked lid:on output $intern disable
|
||||
bindswitch --reload --locked lid:off output $intern enable
|
||||
|
||||
### Input configuration
|
||||
input "1739:30383:CUST0001:00_06CB:76AF_Touchpad" {
|
||||
|
|
Loading…
Reference in a new issue