diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-11 09:37:11 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-11 09:37:11 +0000 |
| commit | 2ffe219d507ae574216ed9930e2bab67fa00af58 (patch) | |
| tree | a4ce9111e02cd90f63594251b68305e68897b8d6 /dacctal/faq/index.html | |
| parent | dbeb38148a9170972be1518b09bb3a3219ab7c9a (diff) | |
pretty :D
Diffstat (limited to 'dacctal/faq/index.html')
| -rw-r--r-- | dacctal/faq/index.html | 73 |
1 files changed, 52 insertions, 21 deletions
diff --git a/dacctal/faq/index.html b/dacctal/faq/index.html index f0b8cf9..e62b3a8 100644 --- a/dacctal/faq/index.html +++ b/dacctal/faq/index.html @@ -8,47 +8,78 @@ <link rel="icon" type="image/x-icon" href="images/erm.png"> </head> <body> - <h1><center>the faqqtal of dacctal</center></h1> - <p><center>once you go dacctal, you never go bacctal.</center></p> + <h1>[ <span class="color_blue">-</span><span class="color_green">></span>█ / dacctal / faq ]</h1> + <p>once you go dacctal, you never go bacctal. c ‿c</p> <br> <h2>What I use</h2> - <h3>Distro?</h3> - <p>Gentoo Linux</p> + <div class="block"> + <h3>Q: Distro?</h3> + <h3>A: <a href="https://www.gentoo.org/">Gentoo</a></h3> + </div> <br> - <h3>Window Manager?</h3> - <p>OXWM</p> + <div class="block"> + <h3>Q: Window Manager?</h3> + <h3>A: <a href="https://github.com/tonybanters/oxwm">OXWM</a></h3> + </div> <br> - <h3>Bar?</h3> - <p>OXWM's built-in bar</p> + <div class="block"> + <h3>Q: Bar?</h3> + <h3>A: <a href="https://github.com/tonybanters/oxwm">OXWM</a>'s built-in bar</h3> + </div> <br> - <h3>Browser?</h3> - <p>Librewolf</p> + <div class="block"> + <h3>Q: Browser?</h3> + <h3>A: <a href="https://codeberg.org/librewolf/source">Librewolf</a></h3> + </div> <br> - <h3>Browser tabs extension?</h3> - <p>Sideberry</p> + <div class="block"> + <h3>Q: Browser tabs extension?</h3> + <h3>A: <a href="https://github.com/mbnuqw/sidebery">Sidebery</a></h3> + </div> <br> - <h3>Colorscheme?</h3> - <p>My own, called caelus</p> + <div class="block"> + <h3>Q: Colorscheme?</h3> + <h3>A: <a href="https://git.symlinx.net/daccfiles/tree/.config">Caelus</a></h3> + </div> <br> - <h3>Text Editor?</h3> - <p>Neovim primarily, but I am trying out vis at the moment (and I'm loving it!)</p> + <div class="block"> + <h3>Q: Text Editor?</h3> + <h3>A: <a href="https://sr.ht/~martanne/vis/">Vis</a></h3> + </div> <br> - <h3>Terminal?</h3> - <p>suckless st (no patches)</p> + <div class="block"> + <h3>Q: Terminal?</h3> + <h3>A: <a href="https://st.suckless.org/">st</a> [ no patches ]</h3> + </div> <br> - <h3>Font?</h3> - <p>In my applications, I use Iosevka with some custom configuration</p> - <p>In my videos, I use BigBlueTermPlus Nerd Font</p> + <div class="block"> + <h3>Q: Font?</h3> + <h3>A: Two fonts:</h3> + <h4>Applications:</h4> + <p><a href="https://github.com/be5invis/Iosevka">Iosevka</a> : <a href="https://git.symlinx.net/daccfiles/tree/iosevka/private-build-plans.toml">caelusevka</a></p> + + <h4>A: Videos/Bar:</h4> + <p><a href="https://www.nerdfonts.com/font-downloads">BigBlueTermPlus</a></p> + + </div> + <br> + + <h2>Misc</h2> + + <div class="block"> + <h3>Q: Cat?</h3> + <h3>A: Her name is Netcat and you cannot change that!!</h3> + </div> <br> </body> |
