switch to xterm

This commit is contained in:
Aaron Bieber 2021-01-11 10:25:58 -07:00
parent 81d8e5cb27
commit 60e428c268
1 changed files with 2 additions and 1 deletions

3
.cwmrc
View File

@ -18,7 +18,8 @@ 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 term "/bin/ksh -l -c /usr/local/bin/st -c st"
command term "/usr/X11R6/bin/xterm"
command "st" "/bin/ksh -l -c /usr/local/bin/st -c st"
command "Emacs" "/usr/local/bin/emacs"