Thorsten Zöller

OpenBSD

A collection of information on the OpenBSD operating system.

Installation & Configuration

Information on the installation and configuration of OpenBSD with a focus on desktops/laptops.

Resources

Miscellaneous

Howtos

Tips & Tricks

  • Activate “reverse scrolling” (aka “natural scrolling”):

    $ doas wsconsctl mouse.reverse_scrolling=1

    In order to persist the change, add the following line to /etc/wsconsctl.conf:

    mouse.reverse_scrolling=1
  • Instead of clicking the middle mouse button, the primary selection can also be pasted by pressing Shift + Insert.