Skip to content

Instantly share code, notes, and snippets.

View jjszaniszlo's full-sized avatar
😺

John Szaniszlo jjszaniszlo

😺
View GitHub Profile

How to configure touchpad scrolling speed

Prerequisites

Start off by installing the following with dnf.

sudo dnf install libinput-devel meson
@jjszaniszlo
jjszaniszlo / recursive_diff.go
Created July 6, 2025 03:03
Here is a quick lockfile diff thing in Go.
package main
import (
"crypto/sha256"
"fmt"
"io"
"io/fs"
"os"
"path/filepath"