mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Added vertical monitor
This commit is contained in:
parent
be32b0b9f4
commit
65b8b281f2
1 changed files with 6 additions and 0 deletions
|
|
@ -16,7 +16,13 @@ in
|
||||||
output = {
|
output = {
|
||||||
HDMI-A-1 = {
|
HDMI-A-1 = {
|
||||||
resolution = "1920x1080";
|
resolution = "1920x1080";
|
||||||
|
position = "0,0";
|
||||||
|
bg = "~/Pictures/wallpapers/mountains.jpg fill";
|
||||||
|
};
|
||||||
|
DP-1 = {
|
||||||
|
resolution = "1080x1920";
|
||||||
position = "1920,0";
|
position = "1920,0";
|
||||||
|
transform = "90";
|
||||||
bg = "~/Pictures/wallpapers/mountains.jpg fill";
|
bg = "~/Pictures/wallpapers/mountains.jpg fill";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue