From 683fccefd743ad49cc1ce8feea5d13962e36faac Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 29 Mar 2020 08:09:21 -0700 Subject: Put mumble in the apps command group --- lib/cfg.def.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'lib') diff --git a/lib/cfg.def.h b/lib/cfg.def.h index 0323c04..39fee2c 100644 --- a/lib/cfg.def.h +++ b/lib/cfg.def.h @@ -44,20 +44,21 @@ static struct scheme schemes[SchemeLast] = { }; static struct command apps[] = { - DEFCMD("c", "chromium", "chromium") - DEFCMD("d", "dolphin", "dolphin") - DEFCMD("f", "firefox", "firefox") - DEFCMD("h", "xterm htop", "xterm htop") - DEFCMD("k", "keybase", "keybase-gui") - DEFCMD("r", "ranger", "xterm ranger") - DEFCMD("t", "telegram", "telegram-desktop") - DEFCMD("q", "qutebrowser", "qutebrowser") + DEFCMD ("c", "chromium" , "chromium") + DEFCMD ("d", "dolphin" , "dolphin") + DEFCMD ("f", "firefox" , "firefox") + DEFCMD ("h", "xterm htop" , "xterm htop") + DEFCMD ("k", "keybase" , "keybase-gui") + DEFPREFIX ("m", "mumble" , mumble) + DEFCMD ("r", "ranger" , "xterm ranger") + DEFCMD ("t", "telegram" , "telegram-desktop") + DEFCMD ("q", "qutebrowser", "qutebrowser") }; -static struct command chat[] = { +static struct command mumble[] = { DEFCMD("m", "mumble mute", "mumble rpc togglemute") DEFCMD("d", "mumble deaf", "mumble rpc toggledeaf") - DEFCMD("M", "mumble open", "mumble") + DEFCMD("o", "mumble open", "mumble") }; static struct command mail_commands[] = { @@ -93,7 +94,6 @@ struct command volume_commands[] = { // top-level static struct command commands[] = { DEFPREFIX ("a", "apps" , apps) - DEFPREFIX ("c", "chat" , chat) DEFCMD ("e", "emacs" , "emacsclient -c") DEFCMD ("f", "flameshot" , "flameshot gui") DEFPREFIX ("m", "mail" , mail_commands) -- cgit v1.2.3