blob: f0b8cf923add1e00f345360c4fe830860fa5866e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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>
|