diff options
Diffstat (limited to 'dacctal/faq/index.html')
| -rw-r--r-- | dacctal/faq/index.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/dacctal/faq/index.html b/dacctal/faq/index.html new file mode 100644 index 0000000..f0b8cf9 --- /dev/null +++ b/dacctal/faq/index.html @@ -0,0 +1,56 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>dacctal</title> + <link rel="stylesheet" href="style.css"> + <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> + <br> + + <h2>What I use</h2> + + <h3>Distro?</h3> + <p>Gentoo Linux</p> + <br> + + <h3>Window Manager?</h3> + <p>OXWM</p> + <br> + + <h3>Bar?</h3> + <p>OXWM's built-in bar</p> + <br> + + <h3>Browser?</h3> + <p>Librewolf</p> + <br> + + <h3>Browser tabs extension?</h3> + <p>Sideberry</p> + <br> + + <h3>Colorscheme?</h3> + <p>My own, called caelus</p> + <br> + + <h3>Text Editor?</h3> + <p>Neovim primarily, but I am trying out vis at the moment (and I'm loving it!)</p> + <br> + + <h3>Terminal?</h3> + <p>suckless st (no patches)</p> + <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> + <br> + + </body> +</html> + |
