From 4cf57b18449604a08cc94c33b3337ea9be44f40b Mon Sep 17 00:00:00 2001 From: Uwe Werler Date: Wed, 19 Aug 2020 14:59:47 +0000 Subject: [PATCH] add hint for rofi --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 381b450..8b138dd 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,11 @@ following into your .cwmrc: # ...or if you want prefer to use rofi place this into the config ssh-command: "sh ~/.tmux/ssh.sh -c {host}"; ``` +Or if you prefer rofi, them place this line into .config/rofi/config.rasi: +``` +ssh-command: "/bin/sh .tmux_ssh/ssh.sh -c {host}"; +``` + 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.