diff options
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)! |