summarylogtreecommitdiffstats
path: root/120dpi.patch
diff options
context:
space:
mode:
Diffstat (limited to '120dpi.patch')
-rw-r--r--120dpi.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/120dpi.patch b/120dpi.patch
new file mode 100644
index 000000000000..c400b9b85015
--- /dev/null
+++ b/120dpi.patch
@@ -0,0 +1,13 @@
+diff --git a/plugins/xsettings/gsd-xsettings-manager.c b/plugins/xsettings/gsd-xsettings-manager.c
+index 5b3a866..e57d168 100644
+--- a/plugins/xsettings/gsd-xsettings-manager.c
++++ b/plugins/xsettings/gsd-xsettings-manager.c
+@@ -228,7 +228,7 @@
+ * - ajax
+ *
+ */
+-#define DPI_FALLBACK 96
++#define DPI_FALLBACK 120
+
+ /* The minimum resolution at which we turn on a window-scale of 2 */
+ #define HIDPI_LIMIT (DPI_FALLBACK * 2)