mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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 = {
|
||||
HDMI-A-1 = {
|
||||
resolution = "1920x1080";
|
||||
position = "0,0";
|
||||
bg = "~/Pictures/wallpapers/mountains.jpg fill";
|
||||
};
|
||||
DP-1 = {
|
||||
resolution = "1080x1920";
|
||||
position = "1920,0";
|
||||
transform = "90";
|
||||
bg = "~/Pictures/wallpapers/mountains.jpg fill";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue