From 98f9202435bbd3871d958d291c463c488fc84231 Mon Sep 17 00:00:00 2001 From: Uwe Werler Date: Sun, 28 Aug 2016 20:29:30 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d9b157..3ac5f6e 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,10 @@ As a lucky OpenBSD user I also use cwm as my preferred window manager. This script can be used with cwm's wonderful "ssh to" dialog too by placing the following to You .cwmrc: - command term 'ksh -c ". ~/.tmux/SSH.sh -c $1"' bind CM-Return xterm #...and - if autogroup preferred autogroup 1 "SSH,XTerm" + command term 'ksh -c ". ~/.tmux/SSH.sh -c $1"' + bind CM-Return xterm + #...and if autogroup preferred + autogroup 1 "SSH,XTerm" If You have xdotool installed it also focusses the xterm which is attached to the session or spawns a new term and reattaches to an existing session.