sway: switch output configuration to swayout
This commit is contained in:
parent
6a19f7b604
commit
26a3771dcf
4 changed files with 7 additions and 124 deletions
|
@ -4,11 +4,11 @@ set $intern "Unknown 0x633D 0x00000000"
|
|||
set $extern "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
||||
|
||||
### Output configuration
|
||||
output $intern position 0 0
|
||||
output $extern position 1920 0 mode 3840x1600
|
||||
output $intern mode 1920x1080
|
||||
output $extern mode 3840x1600
|
||||
|
||||
bindswitch --reload --locked lid:on output $intern disable; output $extern position 0 0
|
||||
bindswitch --reload --locked lid:off output $intern enable; output $extern position 1920 0
|
||||
bindswitch --reload --locked lid:on output $intern disable
|
||||
bindswitch --reload --locked lid:off output $intern enable
|
||||
|
||||
### Input configuration
|
||||
input "1160:4618:DELL09BE:00_0488:120A_Touchpad" {
|
||||
|
|
|
@ -4,8 +4,8 @@ set $intern "Unknown 0x5B2D 0x00000000"
|
|||
set $extern "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
||||
|
||||
### Output configuration
|
||||
output $intern position 0 0
|
||||
output $extern position 1920 0 mode 3840x1600
|
||||
output $intern mode 1920x1080
|
||||
output $extern mode 3840x1600
|
||||
|
||||
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