improved remote devel terminal. skip mosh for wireguard.
This commit is contained in:
parent
ccdef56669
commit
73e765c92c
4 changed files with 20 additions and 22 deletions
.local/share/applications
10
.local/share/applications/tmux-devel.desktop
Normal file
10
.local/share/applications/tmux-devel.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Name=tmux devel
|
||||
GenericName=tmux-devel
|
||||
StartupWMClass=tmux-devel
|
||||
Type=Application
|
||||
TryExec=kitty
|
||||
Icon=kitty
|
||||
Terminal=false
|
||||
Categories=System;TerminalEmulator;
|
||||
Exec=kitty --class=tmux-devel autossh -M21001 devel
|
|
@ -1,12 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
TryExec=alacritty
|
||||
Icon=Alacritty
|
||||
Terminal=false
|
||||
Categories=System;TerminalEmulator;
|
||||
|
||||
Name=tmux local
|
||||
GenericName=tmux-local
|
||||
Type=Application
|
||||
TryExec=kitty
|
||||
Icon=kitty
|
||||
Terminal=false
|
||||
Categories=System;TerminalEmulator;
|
||||
StartupWMClass=tmux-local
|
||||
|
||||
Exec=alacritty --class tmux-local -e tmux new-session -A -D -s 0
|
||||
Exec=kitty --class tmux-local -e tmux new-session -A -D -s 0
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
TryExec=/home/dln/bin/term-porky
|
||||
Icon=Alacritty
|
||||
Terminal=false
|
||||
Categories=System;TerminalEmulator;
|
||||
|
||||
Name=tmux porky
|
||||
GenericName=tmux-porky
|
||||
StartupWMClass=tmux-porky
|
||||
|
||||
Exec=/home/dln/bin/term-porky
|
Loading…
Add table
Add a link
Reference in a new issue