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:
Jake Howard 2019-04-15 09:08:45 +01:00
parent 25a426aa98
commit 45014faed7
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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}