Skip to content

Instantly share code, notes, and snippets.

@Allavaz
Allavaz / mpdfzf.sh
Created May 28, 2023 20:31
enqueue songs in mpd using fzf
song=$(mpc listall | fzf -i)
if [ -n "$song" ]; then
mpc add "$song"
else
exit 1
fi
if [ -z "$(mpc current)" ]; then
mpc play "$(mpc playlist | wc -l)"
@Allavaz
Allavaz / bakkesmod-proton.md
Last active February 12, 2024 18:58
Running BakkesMod on Linux with Steam Proton

This guide is outdated

Check this one out: https://github.com/CrumblyLiquid/BakkesLinux

Running BakkesMod on Linux with Steam Proton

Prerequisites

I had to install these packages along the process. I'm on Fedora 36 though, so package names may vary depending on what distro you're on:

  • protontricks