From df422f13c0cff09a2fda689220b34116e50c233e Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 3 Jul 2025 15:13:23 -0400 Subject: Include initial page for OpenBSD desktop tweaks and improvements --- pages/wiki/openbsd.md | 1 + pages/wiki/openbsd/desktop_improvements.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 pages/wiki/openbsd/desktop_improvements.md (limited to 'pages') diff --git a/pages/wiki/openbsd.md b/pages/wiki/openbsd.md index 96b7227..bb07548 100644 --- a/pages/wiki/openbsd.md +++ b/pages/wiki/openbsd.md @@ -6,3 +6,4 @@ The content here ranges from setting up laptops and desktops, to running persona * [Installation](/wiki/openbsd/installation) * [Desktop Environment](/wiki/openbsd/desktop_environment) +* [Desktop Improvements](/wiki/openbsd/desktop_improvements) 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... -- cgit v1.2.3-70-g09d2