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;
|
focused_border_color = strPalette.bright.blue;
|
||||||
};
|
};
|
||||||
monitors = {
|
monitors = {
|
||||||
"eDP1-1" = monitorPages;
|
|
||||||
"eDP1" = monitorPages;
|
"eDP1" = monitorPages;
|
||||||
|
"DP1" = monitorPages;
|
||||||
|
"eDP-1-1" = monitorPages;
|
||||||
"HDMI-0" = monitorPages;
|
"HDMI-0" = monitorPages;
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
|
||||||
|
|
@ -4,23 +4,25 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
rules = [
|
rules = [
|
||||||
{
|
{
|
||||||
name = "Home";
|
name = "Nvidia2screens";
|
||||||
outputs_connected = [ "HDMI-0" "eDP-1-1" ];
|
outputs_connected = [ "eDP-1-1" "HDMI-0" ];
|
||||||
configure_row = [ "eDP-1-1" "HDMI-0" ];
|
configure_row = [ "eDP-1-1" "HDMI-0" ];
|
||||||
primary = "HDMI-0";
|
primary = "HDMI-0";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Presentation";
|
name = "Nvidia3screens";
|
||||||
outputs_connected = [ "eDP1" "DP1" ];
|
outputs_connected = [ "DP1" "eDP-1-1" "HDMI-0" ];
|
||||||
configure_row = [ "eDP1" "DP1" ];
|
configure_row = [ "DP1" "eDP-1-1" "HDMI-0" ];
|
||||||
primary = "eDP1";
|
primary = "HDMI-0";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "FallbackIntel";
|
name = "FallbackIntel";
|
||||||
|
outputs_connected = [ "eDP1" ];
|
||||||
configure_single = "eDP1";
|
configure_single = "eDP1";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "FallbackNvidia";
|
name = "FallbackNvidia";
|
||||||
|
outputs_connected = [ "eDP-1-1" ];
|
||||||
configure_single = "eDP-1-1";
|
configure_single = "eDP-1-1";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue