wezterm: tmux goodness

This commit is contained in:
Daniel Lundin 2023-09-01 11:14:42 +02:00
parent f40a7cc234
commit ab03a59ae5
2 changed files with 11 additions and 1 deletions
.local/share/applications

View file

@ -7,4 +7,4 @@ TryExec=/usr/bin/wezterm
Icon=org.wezfurlong.wezterm
Terminal=false
Categories=System;TerminalEmulator;
Exec=/usr/bin/wezterm --config 'default_prog={"ssh", "-q", "dln-dev", "--", "tmux", "-u", "new", "-As0"}' start --class=wezterm-dln-dev
Exec=/usr/bin/wezterm --config 'default_prog={"ssh", "-q", "dln-dev", "--", "tmux", "-u", "new", "-As0", "-t0"}' start --class=wezterm-dln-dev