diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2021-09-04 12:22:08 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2021-09-04 12:22:08 +0200 |
commit | 80dc0a70c336adaa0ec8fd3e556c09a28fdcfa15 (patch) | |
tree | d0b70cf060f52f3b54acd7027701282d00f7960f /Common/umon/umon.conf | |
parent | e6df7072ab32493a561fc678eacc119b57981827 (diff) | |
download | dotfiles-80dc0a70c336adaa0ec8fd3e556c09a28fdcfa15.tar.gz dotfiles-80dc0a70c336adaa0ec8fd3e556c09a28fdcfa15.zip |
Add things
Diffstat (limited to 'Common/umon/umon.conf')
-rw-r--r-- | Common/umon/umon.conf | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Common/umon/umon.conf b/Common/umon/umon.conf new file mode 100644 index 0000000..8321667 --- /dev/null +++ b/Common/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 |