From d630359104acace1b18faf436bd596e32a9a5ad9 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sat, 3 Dec 2022 14:42:28 +0100 Subject: [PATCH] gnome: add launcher for secondary dev terminal window --- .../applications/wezterm-dln-dev-secondary.desktop | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .local/share/applications/wezterm-dln-dev-secondary.desktop diff --git a/.local/share/applications/wezterm-dln-dev-secondary.desktop b/.local/share/applications/wezterm-dln-dev-secondary.desktop new file mode 100644 index 0000000..4847eb0 --- /dev/null +++ b/.local/share/applications/wezterm-dln-dev-secondary.desktop @@ -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