From bb9822984551350b38c7ea8f550c9b488e5e4e16 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 13 Sep 2020 17:20:24 -0400 Subject: [PATCH] Remove HiDPI hack, as it is unnecessary on Windows 10 --- top.sls | 2 -- winHiDPI.sls | 6 ------ 2 files changed, 8 deletions(-) delete mode 100644 winHiDPI.sls diff --git a/top.sls b/top.sls index 8f9b870..fe6cfd6 100644 --- a/top.sls +++ b/top.sls @@ -7,8 +7,6 @@ base: # Other laptops 'G@os:Windows and TSMS-Laptop* and not E@TSMS-Laptop[1-4]$': - vcarve-pro-trial - # 'TSMS-TWO-DTPC': - # - winHiDPI 'G@os:Windows and TSMS-Desktop11': - corelDRAW 'G@os:Windows and G@manufacturer:Dell*': diff --git a/winHiDPI.sls b/winHiDPI.sls deleted file mode 100644 index 128d8b8..0000000 --- a/winHiDPI.sls +++ /dev/null @@ -1,6 +0,0 @@ -HKEY_USERS\.DEFAULT\Control Panel\Desktop: - reg.present: - - vname: LogPixels - - vdata: 144 - - vtype: REG_DWORD -