use ssh instead of autossh
This commit is contained in:
parent
f04e0c75e9
commit
93839d105e
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ TryExec=/usr/bin/wezterm
|
|||
Icon=org.wezfurlong.wezterm
|
||||
Terminal=false
|
||||
Categories=System;TerminalEmulator;
|
||||
Exec=/usr/bin/wezterm --config 'default_prog={"autossh", "-M0", "-q", "dln-dev", "--", "tmux", "-u", "new", "-As0"}' start --class=wezterm-dln-dev
|
||||
Exec=/usr/bin/wezterm --config 'default_prog={"ssh", "dln-dev", "--", "tmux", "-u", "new", "-As0"}' start --class=wezterm-dln-dev
|
||||
|
|
Loading…
Reference in a new issue