wallpaper & screen setup for VM

This commit is contained in:
CDaut 2024-02-29 23:13:04 +01:00
parent 4f89114ed2
commit d21dfbc6fd
Signed by: clara
GPG key ID: 223391B52FAD4463
3 changed files with 10 additions and 0 deletions

View file

@ -43,6 +43,10 @@
displayManager = {
defaultSession = "none+i3";
# TODO: adapt to actual monitor config
setupCommands = ''
${pkgs.xorg.xrandr}/bin/xrandr --output Virtual1 --mode 1920x1080;
'';
};
windowManager.i3 = {
@ -53,6 +57,8 @@
i3lock
];
};
desktopManager.wallpaper.mode = "fill";
};