CLI Sort git Config As I was updating some gitflow config today, I noticed that my .gitconfig is a little messy. Like many things, it's grown organically and I've just never thought about tidying it up. It doesn't have to be organized, but neat and tidy files always
rofi rofi: Basic Configuration rofi is a neat little tool that does so many cool things. This post looks at basic rofi configuration.
Automation Cursor Detection Run Time Analysis This is a quick follow-up to an earlier post today comparing various cursor snooping methods. I don't have much to add, just more code and some (basic) graphs. Direct Xlib usage is seriously the way to go.
Automation Quickly Detect Cursor Position and Color I miss AutoHotkey. I spent this weekend in Google and Stack Overflow porting a couple of very basic features for the X world.
Vagrant Ubuntu Notes: Unlocking /var/lib/dpkg I ran into some issues this morning setting up a Xenial box via Vagrant. On boot, /var/lib/dpkg was totally locked with nothing I knew to link it to in ps aux. I've created a fairly novel solution; my purchase today was learn about something new.