Explorar el Código

ssh: keep terminal open after connection was closed (intentionally or unexpectedly)

Fabian Peter Hammerle hace 4 años
padre
commit
9b316fc87a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      config.rasi

+ 2 - 0
config.rasi

@@ -1,3 +1,5 @@
 configuration {
+	/* --hold supported by termite & kitty */
+	ssh-command: "{terminal} --hold -e {ssh-client} {host} [-p {port}]";
 	combi-modi: "drun,ssh,run";
 }