Skip to content

Instantly share code, notes, and snippets.

View selurvedu's full-sized avatar
🐧
In GNU we trust

selurvedu

🐧
In GNU we trust
View GitHub Profile
pane 1 0 :bash 1 :* 0 :/var 1 bash :
window 1 0 1 :* c5de,239x74,0,0,1
state 1
@selurvedu
selurvedu / mpris-now-playing.c
Last active July 18, 2021 10:44 — forked from grawity/mpris-now-playing.c
make -f mpris-now-playing.c
#if 0
pkg = glib-2.0 gio-2.0
src = $(MAKEFILE_LIST)
app = $(basename $(src))
CFLAGS = $(shell pkg-config --cflags $(pkg)) -x c
LDFLAGS = $(shell pkg-config --libs $(pkg))
$(app): $(src)