From 3c9d2d55fb00e8af7d6e8e93de8caf9ff9739a75 Mon Sep 17 00:00:00 2001 From: Uwe Werler Date: Mon, 29 Aug 2016 06:55:13 +0200 Subject: [PATCH] add screenshot --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ced948f..8df30de 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 Your .cwmrc: ``` command term 'ksh -c ". ~/.tmux/SSH.sh -c $1"' - bind CM-Return xterm # ...and if autogroup is preferred - autogroup 1 "SSH,XTerm" ``` If You have xdotool installed it also focusses the xterm which is attached to @@ -39,3 +37,7 @@ and stable operating system and to Nicholas Marriot for tmux - a tool I can't work without it and his patience to answer my questions. Enjoy. + +With my sample config it looks then like this: + +![Screenshot](screenshot/tmux_ssh.png "Example config looks like this.")