Deskflow

The latest Synergy fork: https://github.com/deskflow/deskflow I’ve not tested this yet as I only have one computer with me. But it looks worth a try.

Extracting links from markdown files

rg –no-filename -o ‘\[[^]]+\]\([^)]+\)’ 2025_journal_* >> links.md This will extract all the links in my daily log and add them to a new file. Useful when compiling lists of things (like records I like). It requires the ripgrep package to be installed.

Making a multi-boot USB with Ventoy

I made a Ventoy USB last night (Ubuntu, Fedora and Debian). It’s a really simple process that I’ll definitely be exploring further (and maybe blogging about). Redid again today with a bigger USB and 10 distros plus a Windows 10 installer. Imagine carrying 50 distros on one USB. The future is here!

i3 screen locking

This is what I add to my i3 config file to sort out screen locking: bindsym mod4+l exec “i3lock -t -i /path_to_file.png” exec –no-startup-id xautolock -locker “i3lock -i -t /path_to_file.png”