add hint for rofi
This commit is contained in:
parent
fe2110210b
commit
4cf57b1844
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user