summaryrefslogtreecommitdiff
path: root/lib/monitors.nix
blob: 4cb29779c409378b8b8c5542456e424ad363677a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
_: {
  # 1080p small ASUS monitor
  asus = {
    desc = "ASUSTek COMPUTER INC ASUS VA24E LALMTF215939";
    position = {
      enabled = true;
      x = 2048;
      y = 240;
    };
  };

  # 1440p 32in acer
  acer = {
    desc = "Acer Technologies EB321HQU 0x00000698";
    position = {
      enabled = true;
      x = 3968;
      y = 0;
    };
  };
}