diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-14 23:41:37 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-14 23:41:37 +0000 |
| commit | 2297fe7dd7e45ffb194c4822d8bace80739b9649 (patch) | |
| tree | da53e5dc8b62f8a3890aead8a9190bfffd2b31d5 /dacctal/faq | |
| parent | 48a596fa510ea48c2a7ecc6d8d7ee0ecb3d325b2 (diff) | |
i did this live on youtube btw
Diffstat (limited to 'dacctal/faq')
| -rw-r--r-- | dacctal/faq/index.html | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/dacctal/faq/index.html b/dacctal/faq/index.html index 9c0dfdb..aa50f76 100644 --- a/dacctal/faq/index.html +++ b/dacctal/faq/index.html @@ -14,61 +14,61 @@ <h2>What I use</h2> - <div class="block"> + <section class="block"> <h3>Q: Distro?</h3> <h3>A: <a href="https://www.gentoo.org/">Gentoo</a></h3> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3>Q: Window Manager?</h3> <h3>A: <a href="https://github.com/tonybanters/oxwm">OXWM</a></h3> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3>Q: Display Manager?</h3> <h3>A: TTY</h3> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3>Q: Bar?</h3> <h3>A: <a href="https://github.com/tonybanters/oxwm">OXWM</a>'s built-in bar</h3> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3>Q: Browser?</h3> <h3>A: <a href="https://codeberg.org/librewolf/source">Librewolf</a></h3> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3>Q: Browser tabs extension?</h3> <h3>A: <a href="https://github.com/mbnuqw/sidebery">Sidebery</a></h3> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3>Q: Colorscheme?</h3> <h3>A: <a href="https://git.symlinx.net/daccfiles/tree/.config">Caelus</a></h3> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3>Q: Text Editor?</h3> <h3>A: <a href="https://sr.ht/~martanne/vis/">Vis</a></h3> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3>Q: Terminal?</h3> <h3>A: <a href="https://st.suckless.org/">st</a> [ no patches ]</h3> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3>Q: Font?</h3> <h3>A: Two fonts:</h3> <h4>Applications:</h4> @@ -77,15 +77,15 @@ <h4>A: Videos/Bar:</h4> <p><a href="https://www.nerdfonts.com/font-downloads">BigBlueTermPlus</a></p> - </div> + </section> <br> <h2>Misc</h2> - <div class="block"> + <section class="block"> <h3>Q: Cat?</h3> <h3>A: Her name is Netcat and you cannot change that!!</h3> - </div> + </section> <br> </body> |
