main chld/web / blog / notes.html
 1<h2>a series of notes.</h2>
 2<p>so i can come to my website when i have issues.<p>
 3<br>
 4<p>if you have a regular PS/2 touchpad, you may encounter issues on linux-libre. add this to your kernel's cmdline:</p>
 5<code>i8042.reset i8042.nomux</code>
 6<br>
 7<p>FUCK antialiasing!!! thankfully it can be avoided by adding this to <i>.config/fontconfig/fonts.conf</i></p>
 8
 9<pre><code>
10&lt;?xml version="1.0"?&gt;
11&lt;!DOCTYPE fontconfig SYSTEM "fonts.dtd"&gt;
12&lt;fontconfig&gt;
13  &lt;match target="font"&gt;
14    &lt;edit name="antialias" mode="assign"&gt;
15      &lt;bool&gt;false&lt;/bool&gt;
16    &lt;/edit&gt;
17  &lt;/match&gt;
18&lt;/fontconfig&gt;
19</code></pre>
20
21<title>blog - hello notes</title>
22<!-- THISISABLOG -->