hosts: update silence
This commit is contained in:
parent
f3829160db
commit
aeace6e00c
1 changed files with 3 additions and 4 deletions
|
@ -1,13 +1,12 @@
|
||||||
# vim: ft=i3
|
# vim: ft=i3
|
||||||
### silence specific settings
|
### silence specific settings
|
||||||
set $intern "AU Optronics 0x5B2D Unknown"
|
set $intern "AU Optronics 0x5B2D Unknown"
|
||||||
set $extern-38 "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
set $extern "Unknown PG49WCD R9LMAS003894"
|
||||||
set $extern-13 "Unknown CX133 0x00000001"
|
set $main $intern
|
||||||
set $main $extern-38
|
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
output $intern mode 1920x1080
|
output $intern mode 1920x1080
|
||||||
output $extern-38 mode 3840x1600
|
output $extern mode 5120x1440
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue