diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 53 |
1 files changed, 42 insertions, 11 deletions
diff --git a/public/index.html b/public/index.html index 89335cd..1a89d97 100644 --- a/public/index.html +++ b/public/index.html @@ -30,8 +30,10 @@ </li> <li><a href="#loginmanager">Login Manager</a></li> <li><a href="#thefirstreallogin">The First <em>Real</em> Login</a></li> +<li><a href="#additionalpackages">Additional Packages</a></li> <li><a href="#configs">Configs</a></li> -<li><a href="#contribute">Contribute</a></li> +<li><a href="#supportopenbsd">Support OpenBSD</a></li> +<li><a href="#contributetoopenbased">Contribute to OpenBASED</a></li> </ul> </div> @@ -93,18 +95,12 @@ <pre><code>su - echo "permit nopass :wheel" >> /etc/doas.conf +exit </code></pre> -<p>Now you can logout or reboot the machine.</p> - -<pre><code>doas reboot -</code></pre> - -<p>Running any of the commands might present you with a permissions error. If that happens, simply add <code>doas</code> to the start of every command.</p> - <h3 id="firmware">Firmware</h3> -<p>Once your machine reboots, login as your created user. The next steps will help you ensure you have the latest firmware.</p> +<p>The next steps will help you ensure you have the latest firmware.</p> <p>Simply run the command: <code>fw_update</code></p> @@ -141,18 +137,53 @@ rcctl start apmd <pre><code>doas rcctl enable xenodm </code></pre> -<p>Now reboot your device again.</p> +<p>Now reboot your device.</p> <pre><code>doas reboot </code></pre> <h2 id="thefirstreallogin">The First <em>Real</em> Login</h2> +<p>Now you will be presented with the glorious <code>xenodm</code> login screen.</p> + +<figure> +<img src="./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> + +<p>Login with your created user details and you should see something like this:</p> + +<figure> +<img src="./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> + +<p>Absolutely glorious. You’ll also notice a 3x3 grid box in the bottom right corner:</p> + +<img src="./pager.png" alt="fvwm workspace pager"> + +<p>This is called the “workspace pager” or “pager”. Each section represents an individual <em>desktop</em> (or workspace if your more familiar with MacOS terminology). You can click on any grid item to instantly move to that desktop.</p> + +<p>You can also navigate around using the <kbd>Ctl</kbd> + <kbd>↑</kbd><kbd>→</kbd><kbd>↓</kbd><kbd>←</kbd> keys.</p> + +<h2 id="additionalpackages">Additional Packages</h2> + +<ul> +<li>aerc</li> +<li>Firefox</li> +<li>ffmpeg</li> +<li>picom</li> +</ul> + <h2 id="configs">Configs</h2> <p>Okay, I <em>know</em> I said there wouldn’t be any configs included in this guide. Frankly, you should be having zero problems working with all those defaults now that you’ve run through this guide! BUT - I wanted to include some <em>very minor</em> configuration tweaks that might make things a little more intuitive for newcomers. Feel free to ignore these entirely!</p> -<h2 id="contribute">Contribute</h2> +<h2 id="supportopenbsd">Support OpenBSD</h2> + +<p>If you’ve found this guide helpful or even sparked an interest in OpenBSD, please consider <a href="https://www.openbsd.org/donations.html">donating directly to the OpenBSD Project</a>. A little goes a long way, and the OpenBSD Project is a volunteer-driven software group funded by donations!</p> + +<h2 id="contributetoopenbased">Contribute to OpenBASED</h2> <p>I’m far from an OpenBSD expert! Please <a href="https://git.sr.ht/~bt/openbased">help improve this project</a>!</p> <hr> |