gnome: add launcher for secondary dev terminal window
This commit is contained in:
parent
03af0e64a0
commit
d630359104
1 changed files with 10 additions and 0 deletions
10
.local/share/applications/wezterm-dln-dev-secondary.desktop
Normal file
10
.local/share/applications/wezterm-dln-dev-secondary.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Name=wezterm-dln-dev-secondary
|
||||
GenericName=wezterm-dln-dev-secondary
|
||||
StartupWMClass=org.wezfurlong.wezterm
|
||||
Type=Application
|
||||
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-session", "-As1", "-t0"}' --config font_size=9 start --class=wezterm-dln-dev-secondary
|
Loading…
Reference in a new issue