Back to alacritty for greater good nice things
This commit is contained in:
parent
511e2bfdd9
commit
2ce58b83e6
6 changed files with 90 additions and 8 deletions
.local/share/applications
|
@ -3,8 +3,8 @@ Name=tmux devel
|
|||
GenericName=tmux-devel
|
||||
StartupWMClass=tmux-devel
|
||||
Type=Application
|
||||
TryExec=kitty
|
||||
Icon=kitty
|
||||
TryExec=/home/dln/bin/alacritty
|
||||
Icon=alacritty
|
||||
Terminal=false
|
||||
Categories=System;TerminalEmulator;
|
||||
Exec=kitty --class=tmux-devel autossh -M0 -q devel
|
||||
Exec=/home/dln/bin/alacritty --class=tmux-devel -e autossh -M0 -q devel
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
Name=tmux local
|
||||
GenericName=tmux-local
|
||||
Type=Application
|
||||
TryExec=kitty
|
||||
Icon=kitty
|
||||
TryExec=/home/dln/bin/alacritty
|
||||
Icon=alacritty
|
||||
Terminal=false
|
||||
Categories=System;TerminalEmulator;
|
||||
StartupWMClass=tmux-local
|
||||
Exec=kitty --class tmux-local -e tmux new-session -A -D -s 0
|
||||
Exec=/home/dln/bin/alacritty --class tmux-local -e tmux new-session -A -D -s 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue