make primary the only screen when undocked
This commit is contained in:
parent
e748f79a90
commit
e947603161
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
configure_single = "eDP1";
|
configure_single = "eDP1";
|
||||||
execute_after = [
|
execute_after = [
|
||||||
"${pkgs.xorg.xrandr}/bin/xrandr --dpi 144"
|
"${pkgs.xorg.xrandr}/bin/xrandr --dpi 144"
|
||||||
|
"${pkgs.xorg.xrandr}/bin/xrandr --output eDP1 --primary"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue