sway: update host specific config
This commit is contained in:
parent
4b255f1d2f
commit
bf7988853e
3 changed files with 216 additions and 4 deletions
|
@ -3,11 +3,14 @@
|
|||
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"
|
||||
|
||||
### Output configuration
|
||||
output $intern position 0 0
|
||||
output $extern position 1920 0 resolution 5120x1440
|
||||
output $extern2 position -1600 -1440 resolution 5120x1440
|
||||
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
|
||||
|
||||
bindswitch --reload --locked lid:on output $intern disable
|
||||
bindswitch --reload --locked lid:off output $intern enable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue