aboutsummaryrefslogtreecommitdiffhomepage
path: root/pages/wiki/openbsd/desktop_improvements.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-07-03 15:13:23 -0400
committerBradley Taunt <bt@btxx.org>2025-07-03 15:13:23 -0400
commitdf422f13c0cff09a2fda689220b34116e50c233e (patch)
treeec6e0c9ea57339d3b2a82278e385d065f8dfaad8 /pages/wiki/openbsd/desktop_improvements.md
parent044254d92392408235455fce8cc145ea20d82109 (diff)
Include initial page for OpenBSD desktop tweaks and improvements
Diffstat (limited to 'pages/wiki/openbsd/desktop_improvements.md')
-rw-r--r--pages/wiki/openbsd/desktop_improvements.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/pages/wiki/openbsd/desktop_improvements.md b/pages/wiki/openbsd/desktop_improvements.md
new file mode 100644
index 0000000..13aff26
--- /dev/null
+++ b/pages/wiki/openbsd/desktop_improvements.md
@@ -0,0 +1,19 @@
+# Desktop Improvements for OpenBSD
+
+If you're using a 4K monitor, you may want to scale things properly. Add the
+following to the top of the `~/.xinitrc` file:
+
+~~~
+export GDK_SCALE=1.5
+export QT_SCALE_FACTOR=1.5
+~~~
+
+Then include the following to the existing `~/.Xdefaults` file:
+
+~~~
+Xft.dpi: 144
+Xcursor.theme: Adwaita
+Xcursor.size: 34
+~~~
+
+More to come...