Fix SSH command under rofi
It still doesn't work, but that seems to be because i3 kills the spawned process for some reason
This commit is contained in:
parent
25a426aa98
commit
45014faed7
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ rofi.matching: glob
|
|||
rofi.kb-mode-next: Alt+Right
|
||||
rofi.kb-mode-previous: Alt+Left
|
||||
|
||||
rofi.ssh-command: {terminal} -e "{ssh-client} {host}"
|
||||
rofi.ssh-command: alacritty -e {ssh-client} {host}
|
||||
|
|
Loading…
Reference in a new issue