diff options
| author | jakobst1n <jakob@jakobstendahl.no> | 2025-10-06 18:50:42 +0200 |
|---|---|---|
| committer | jakobst1n <jakob@jakobstendahl.no> | 2025-10-06 18:50:54 +0200 |
| commit | 3afb0ef320159180bfce5c53ada5e67a34d0cb34 (patch) | |
| tree | 8d72c94f0dd5da3b57f8368a88207511f4a99e88 /linux/umon | |
| parent | ec14231679cf988ad955d73c9fb3493aae30f380 (diff) | |
| download | dotfiles-3afb0ef320159180bfce5c53ada5e67a34d0cb34.tar.gz dotfiles-3afb0ef320159180bfce5c53ada5e67a34d0cb34.zip | |
Remove unused stuff
Diffstat (limited to 'linux/umon')
| -rw-r--r-- | linux/umon/umon.conf | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/linux/umon/umon.conf b/linux/umon/umon.conf deleted file mode 100644 index 8321667..0000000 --- a/linux/umon/umon.conf +++ /dev/null @@ -1,51 +0,0 @@ -{ - "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 |
