Split out thmed dmenu as khomenu
[khome.git] / home / bin / mpplay
CommitLineData
f1924383
SK
1#! /bin/sh
2
3set -e
4
f1924383
SK
5LINES=60
6
5fd6cb5c 7mpc listall | khomenu -l "$LINES" | mpc insert
f1924383
SK
8mpc play
9mpc next
This page took 0.025196 seconds and 4 git commands to generate.