Pro audio + fixes
This commit is contained in:
parent
1f49192ab3
commit
6bbfc7cdc0
11 changed files with 181 additions and 37 deletions
|
|
@ -5,15 +5,8 @@
|
|||
rules = [
|
||||
{
|
||||
name = "Nvidia2screens";
|
||||
outputs_connected = [ "eDP-1-1" "HDMI-0" ];
|
||||
configure_row = [ "eDP-1-1" "HDMI-0" ];
|
||||
primary = "HDMI-0";
|
||||
}
|
||||
{
|
||||
name = "Nvidia3screens";
|
||||
outputs_connected = [ "DP-1-1" "eDP-1-1" "HDMI-0" ];
|
||||
configure_row = [ "eDP-1-1" "HDMI-0" ];
|
||||
configure_column = [ "DP-1-1" "eDP-1-1" ];
|
||||
outputs_connected = [ "HDMI-0" "eDP-1-1" ];
|
||||
configure_column = [ "HDMI-0" "eDP-1-1" ];
|
||||
primary = "HDMI-0";
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue