Tag: fzf

Killing the Display Manager

Display managers like LightDM and SDDM come standard with many Linux distros, and I personally find them useless. I’d like to share with you how to get rid of them and gain a bit of control over how X

Fuzzy searching for MPD in Bash

I recently came across fzf, which is an interactive line filter. By default fzf will fuzzy search recursively through file names in the current directory, but it also filters through stdin.Realizing i