summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cfg.def.h5
1 files changed, 5 insertions, 0 deletions
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)