add hint for rofi

This commit is contained in:
Uwe Werler 2020-08-19 14:59:47 +00:00
parent fe2110210b
commit 4cf57b1844

View File

@ -40,6 +40,11 @@ following into your .cwmrc:
# ...or if you want prefer to use rofi place this into the config # ...or if you want prefer to use rofi place this into the config
ssh-command: "sh ~/.tmux/ssh.sh -c {host}"; 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 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. the session or spawns a new term and reattaches to an existing session.