From 9c96f8601e495c0b8b968dd15aaeffd52f3f7d1b Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 18 Sep 2020 08:13:31 -0600 Subject: [PATCH] add st to the list of cmds --- .cwmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.cwmrc b/.cwmrc index 869e28f..40283fb 100644 --- a/.cwmrc +++ b/.cwmrc @@ -19,6 +19,7 @@ color urgencyborder "red" command "Browser" "~/bin/browser" command "XTerm" "/usr/X11R6/bin/xterm" command term "/bin/ksh -l -c /usr/local/bin/st -c st" +command "st" "/bin/ksh -l -c /usr/local/bin/st -c st" command "Emacs" "/usr/local/bin/emacs" # make emacs usable again