diff options
Diffstat (limited to 'cfg.def.h')
-rw-r--r-- | cfg.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |