From 106233aff7668ed69e8749cb3ffba15c55b00539 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 5 Jul 2019 19:09:07 -0700 Subject: make morning brew play in background --- cfg.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg.def.h b/cfg.def.h index 94f365e..7a024b2 100644 --- a/cfg.def.h +++ b/cfg.def.h @@ -81,7 +81,7 @@ static struct command mail_commands[] = { }; static struct command play_commands[] = { - DEFCMD("m", "morning brew", "xterm mplayer /mnt/lake/ben/youtube/morning/morning-brew-MvlIb7EPq3Y.mp3") + DEFCMD("m", "morning brew", "mplayer /mnt/lake/ben/youtube/morning/morning-brew-MvlIb8EPq3Y.mp3") }; static struct command commands[] = { -- cgit v1.2.3