Vanguard: set primary display for Xwayland via xrandr
This commit is contained in:
parent
fa74d8a36d
commit
df5b7e4511
|
@ -1,5 +1,8 @@
|
||||||
{...}: {
|
{pkgs, ...}: {
|
||||||
wayland.windowManager.sway.config = {
|
wayland.windowManager.sway.config = {
|
||||||
|
startup = [
|
||||||
|
{command = "${pkgs.xorg.xrandr}/bin/xrandr --output DP-2 --primary";}
|
||||||
|
];
|
||||||
output = {
|
output = {
|
||||||
"Acer Technologies ED270R TJMEE0043W01" = {
|
"Acer Technologies ED270R TJMEE0043W01" = {
|
||||||
mode = "1920x1080@165Hz";
|
mode = "1920x1080@165Hz";
|
||||||
|
|
Loading…
Reference in a new issue