add additional example for cwm

This commit is contained in:
uwerler 2016-08-30 00:00:31 +02:00
parent d6523c9fc0
commit 964e63d2b4

View File

@ -26,6 +26,9 @@ following to Your .cwmrc:
command term 'ksh -c ". ~/.tmux/SSH.sh -c $1"'
bind CM-Return xterm
# ...to launch the server only with on window
bind CM-s 'ksh -c ". ~/.tmux/SSH.sh -c"'
# ...and if autogroup is preferred
autogroup 1 "SSH,XTerm"
```