浏览代码

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

Fabian Peter Hammerle 4 年之前
父节点
当前提交
9b316fc87a
共有 1 个文件被更改,包括 2 次插入0 次删除
  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";
 }