wallpaper & screen setup for VM
This commit is contained in:
parent
4f89114ed2
commit
d21dfbc6fd
3 changed files with 10 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue