From 98f9202435bbd3871d958d291c463c488fc84231 Mon Sep 17 00:00:00 2001 From: Uwe Werler Date: Sun, 28 Aug 2016 20:29:30 +0200 Subject: [PATCH 1/4] 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. From 2c0fdd04123897c3b10b50e6572bf4198db0fbbd Mon Sep 17 00:00:00 2001 From: Uwe Werler Date: Sun, 28 Aug 2016 20:32:02 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3ac5f6e..1b5d8b6 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,11 @@ 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" If You have xdotool installed it also focusses the xterm which is attached to From f69ecb9ec01158c949b380b83ecd295146ae54f7 Mon Sep 17 00:00:00 2001 From: Uwe Werler Date: Sun, 28 Aug 2016 20:33:20 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1b5d8b6..24a1133 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,9 @@ 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" If You have xdotool installed it also focusses the xterm which is attached to From db0efb8cf8b49eae8b0c5ec657abb839be66b617 Mon Sep 17 00:00:00 2001 From: Uwe Werler Date: Sun, 28 Aug 2016 20:39:33 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 24a1133..dedf30a 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,13 @@ 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 + + # 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.