From 31c499378c3ec0bd0a5f51c8e6590b84c9025825 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 19 Jun 2019 10:45:11 -0700 Subject: try to get morning brew playing with a keystroke --- cfg.def.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cfg.def.h b/cfg.def.h index e240d3e..94f365e 100644 --- a/cfg.def.h +++ b/cfg.def.h @@ -80,11 +80,16 @@ static struct command mail_commands[] = { DEFCMD("t", "tag", "n eml tag") }; +static struct command play_commands[] = { + DEFCMD("m", "morning brew", "xterm mplayer /mnt/lake/ben/youtube/morning/morning-brew-MvlIb7EPq3Y.mp3") +}; + static struct command commands[] = { DEFPREFIX ("a", "apps" , apps) DEFCMD ("e", "emacs" , "emacsclient -c") DEFCMD ("f", "flameshot" , "flameshot gui") DEFPREFIX ("m", "mail" , mail_commands) + DEFPREFIX ("p", "play" , play_commands) DEFPREFIX ("s", "system" , system_commands) DEFCMD ("r", "run" , "rofi -sidebar-mode -show run") DEFPREFIX ("v", "volume" , volume_commands) -- cgit v1.2.3