diff options
Diffstat (limited to 'lib/cfg.def.h')
-rw-r--r-- | lib/cfg.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cfg.def.h b/lib/cfg.def.h index c6b72b5..ce585ff 100644 --- a/lib/cfg.def.h +++ b/lib/cfg.def.h @@ -51,11 +51,11 @@ static struct command mumble[] = { }; static struct command apps[] = { - DEFCMD ("d", "dolphin" , "dolphin") DEFCMD ("f", "firefox" , "firefox") DEFCMD ("h", "htop" , "urxvt htop") // DEFCMD ("k", "keybase" , "keybase-gui") DEFPREFIX ("m", "mumble" , mumble) + DEFCMD ("n", "nautilus" , "nautilus") DEFCMD ("r", "ranger" , "urxvt ranger") DEFCMD ("t", "telegram" , "telegram-desktop") DEFCMD ("q", "qutebrowser", "qutebrowser") |