From 964e63d2b4577b53c8b3383db9ea293a7462322b Mon Sep 17 00:00:00 2001 From: uwerler Date: Tue, 30 Aug 2016 00:00:31 +0200 Subject: [PATCH] add additional example for cwm --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8df30de..fb60146 100644 --- a/README.md +++ b/README.md @@ -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" ```