add screenshot

This commit is contained in:
Uwe Werler 2016-08-29 06:55:13 +02:00
parent 28a99f6674
commit 3c9d2d55fb

View File

@ -24,11 +24,9 @@ script can be used with cwm's wonderful "ssh to" dialog too by placing the
following to Your .cwmrc: following to Your .cwmrc:
``` ```
command term 'ksh -c ". ~/.tmux/SSH.sh -c $1"' command term 'ksh -c ". ~/.tmux/SSH.sh -c $1"'
bind CM-Return xterm bind CM-Return xterm
# ...and if autogroup is preferred # ...and if autogroup is preferred
autogroup 1 "SSH,XTerm" autogroup 1 "SSH,XTerm"
``` ```
If You have xdotool installed it also focusses the xterm which is attached to 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. work without it and his patience to answer my questions.
Enjoy. Enjoy.
With my sample config it looks then like this:
![Screenshot](screenshot/tmux_ssh.png "Example config looks like this.")