Browse Source

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

Fabian Peter Hammerle 3 years ago
parent
commit
9b316fc87a
1 changed files with 2 additions and 0 deletions
  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";
 }