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<?xml version="1.0"?>
11<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
12<fontconfig>
13 <match target="font">
14 <edit name="antialias" mode="assign">
15 <bool>false</bool>
16 </edit>
17 </match>
18</fontconfig>
19</code></pre>
20
21<title>blog - hello notes</title>
22<!-- THISISABLOG -->