Return of the tmux
This commit is contained in:
parent
6dfd7d5f8e
commit
1a1acba0e7
8 changed files with 47 additions and 104 deletions
.local/share/applications
|
@ -7,4 +7,4 @@ TryExec=/usr/bin/wezterm
|
|||
Icon=org.wezfurlong.wezterm
|
||||
Terminal=false
|
||||
Categories=System;TerminalEmulator;
|
||||
Exec=/usr/bin/wezterm start --always-new-process --class=wezterm-dln-dev
|
||||
Exec=/usr/bin/wezterm --config 'default_prog={"ssh", "-q", "dln-dev", "--", "tmux", "-u", "new", "-As0"}' start --class=wezterm-dln-dev
|
||||
|
|
11
.local/share/applications/wezterm-local.desktop
Normal file
11
.local/share/applications/wezterm-local.desktop
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Name=wezterm-local
|
||||
GenericName=wezterm-local
|
||||
StartupWMClass=wezterm-local
|
||||
Type=Application
|
||||
TryExec=/usr/bin/wezterm
|
||||
Icon=org.wezfurlong.wezterm
|
||||
Terminal=false
|
||||
Categories=System;TerminalEmulator;
|
||||
Exec=/usr/bin/wezterm --config 'default_prog={"tmux", "-u", "new", "-As0"}' start
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue