summaryrefslogtreecommitdiff
path: root/cfg.def.h
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-20 11:35:47 -0700
committerBen Sima <ben@bsima.me>2019-05-22 10:54:22 -0700
commite61a87292581398da090fd5710540aee38948117 (patch)
treeb5f90d5bb41f610ef6975497ccf5266e5ea722b8 /cfg.def.h
parent8e70df4f1e3e12359976d2e0de21a19c69434f39 (diff)
Add htop
Diffstat (limited to 'cfg.def.h')
-rw-r--r--cfg.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.def.h b/cfg.def.h
index 89b2432..e240d3e 100644
--- a/cfg.def.h
+++ b/cfg.def.h
@@ -65,6 +65,7 @@ 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")