diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
commit | 72efe134f645a5212f875c153dd8db4a64cbe968 (patch) | |
tree | d23229285071bf381515657b94919852ebf426c9 /linux/umon | |
parent | e33d5f8d10d34e5a3a4bb292015961dd574f4c93 (diff) | |
download | dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.tar.gz dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.zip |
changes
Diffstat (limited to 'linux/umon')
-rw-r--r-- | linux/umon/umon.conf | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/linux/umon/umon.conf b/linux/umon/umon.conf new file mode 100644 index 0000000..8321667 --- /dev/null +++ b/linux/umon/umon.conf @@ -0,0 +1,51 @@ +{ + "HDMI": { + "Screen": { + "width": 4480, + "height": 1440, + "widthMM": 1185, + "heightMM": 381 + }, + "Monitors": { + "eDP10\u007f": { + "edid": "BOE0unknown unkn", + "primary": true, + "x": 0, + "y": 360, + "rotate_setting": 1, + "width": 1920, + "height": 1080, + "refresh_rate": 60.0 + }, + "HDMI10": { + "edid": "LEN0L24q-10 L24q", + "x": 1920, + "y": 0, + "rotate_setting": 1, + "width": 2560, + "height": 1440, + "refresh_rate": 59.95 + } + } + }, + "laptop-only": { + "Screen": { + "width": 1920, + "height": 1080, + "widthMM": 508, + "heightMM": 285 + }, + "Monitors": { + "eDP10\u007f": { + "edid": "BOE0unknown unkn", + "primary": true, + "x": 0, + "y": 0, + "rotate_setting": 1, + "width": 1920, + "height": 1080, + "refresh_rate": 60.0 + } + } + } +}
\ No newline at end of file |