Fix BSPWM and Grobi monitor configs
This commit is contained in:
parent
8acab53e36
commit
9bcc8eb808
2 changed files with 10 additions and 7 deletions
|
|
@ -19,8 +19,9 @@ in
|
|||
focused_border_color = strPalette.bright.blue;
|
||||
};
|
||||
monitors = {
|
||||
"eDP1-1" = monitorPages;
|
||||
"eDP1" = monitorPages;
|
||||
"DP1" = monitorPages;
|
||||
"eDP-1-1" = monitorPages;
|
||||
"HDMI-0" = monitorPages;
|
||||
};
|
||||
extraConfig = ''
|
||||
|
|
|
|||
|
|
@ -4,23 +4,25 @@
|
|||
enable = true;
|
||||
rules = [
|
||||
{
|
||||
name = "Home";
|
||||
outputs_connected = [ "HDMI-0" "eDP-1-1" ];
|
||||
name = "Nvidia2screens";
|
||||
outputs_connected = [ "eDP-1-1" "HDMI-0" ];
|
||||
configure_row = [ "eDP-1-1" "HDMI-0" ];
|
||||
primary = "HDMI-0";
|
||||
}
|
||||
{
|
||||
name = "Presentation";
|
||||
outputs_connected = [ "eDP1" "DP1" ];
|
||||
configure_row = [ "eDP1" "DP1" ];
|
||||
primary = "eDP1";
|
||||
name = "Nvidia3screens";
|
||||
outputs_connected = [ "DP1" "eDP-1-1" "HDMI-0" ];
|
||||
configure_row = [ "DP1" "eDP-1-1" "HDMI-0" ];
|
||||
primary = "HDMI-0";
|
||||
}
|
||||
{
|
||||
name = "FallbackIntel";
|
||||
outputs_connected = [ "eDP1" ];
|
||||
configure_single = "eDP1";
|
||||
}
|
||||
{
|
||||
name = "FallbackNvidia";
|
||||
outputs_connected = [ "eDP-1-1" ];
|
||||
configure_single = "eDP-1-1";
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue