diff options
author | Bradley Taunt <bt@btxx.org> | 2025-08-20 15:18:57 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2025-08-20 15:18:57 -0400 |
commit | 642d60cb023b2727b3e0e405180da387152a7512 (patch) | |
tree | dd09a5a4d5d10f4247d34f067bec4bb773ac13a2 /index.md | |
parent | 6ded78a4af8350d1764fab56c019bc55c504bedf (diff) |
Overhaul for self hosting, tweaks
Diffstat (limited to 'index.md')
-rw-r--r-- | index.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,8 +1,9 @@ -Setup OpenBSD as a daily driver using only the included, core programs. Based on OpenBSD 7.6. +Setup OpenBSD as a daily driver using only the included, core programs. Based on OpenBSD 7.7. --- -{{TOC}} +* toc +{:toc} ## Requirements @@ -106,20 +107,20 @@ Now reboot your device. Now you will be presented with the glorious `xenodm` login screen. <figure> -<img src="./xenodm-stock.png" alt="Default xenodm login screen"> +<img src="./images/xenodm-stock.png" alt="Default xenodm login screen"> <figcaption>The beautiful, default xenodm login screen. Image taken from <a href="https://www.tumfatig.net/2019/customizing-openbsd-xenodm/">tumfatig.net</a> (who has some wonderful OpenBSD guides you should check out!)</figcaption> </figure> Login with your created user details and you should see something like this: <figure> -<img src="./fvwm.png" alt="Default fvwm view once logged in"> +<img src="./images/fvwm.png" alt="Default fvwm view once logged in"> <figcaption>Taken from the main OpenBSD Wikipedia page. (Some applications will not be opened by default)</figcaption> </figure> Absolutely glorious. You'll also notice a 3x3 grid box in the bottom right corner: -<img src="./pager.png" alt="fvwm workspace pager"> +<img src="./images/pager.png" alt="fvwm workspace pager"> This is called the "workspace pager" or "pager". Each section represents an individual *desktop* (or workspace if your more familiar with MacOS terminology). You can click on any grid item to instantly move to that desktop. @@ -171,4 +172,4 @@ If you've found this guide helpful or even sparked an interest in OpenBSD, pleas ## Contribute to OpenBASED -I'm far from an OpenBSD expert! Please [help improve this project](https://git.sr.ht/~bt/openbased)! +I'm far from an OpenBSD expert! Please [help improve this project](https://codeberg.org/btxx/openbased)! |