Add -s support for LXTerminal

Also list related desktop environments for terminals.
performance
noctuid 7 years ago
parent 157ac0c2f1
commit 2ea52326bc

@ -164,18 +164,20 @@ These terminals have been tested with tdrop and support the =-s= and =-a= flags
- Alacritty - Alacritty
- cool-retro-term - cool-retro-term
- Gnome-terminal - GNOME terminal (GNOME, Unity, Cinnamon, etc.)
- [[https://github.com/kovidgoyal/kitty][kitty]] - [[https://github.com/kovidgoyal/kitty][kitty]]
- Konsole - Konsole (KDE)
- QTerminal - LXTerminal (LXDE)
- MATE terminal (MATE)
- QTerminal (LXDE)
- Roxterm - Roxterm
- Sakura - Sakura
- Terminology - Terminology (Enlightenment)
- Termite - Termite
- Tilix (previously terminix) - Tilix (previously terminix)
- tinyterm/minyterm - tinyterm/minyterm
- URxvt (including urxvtd) - URxvt (including urxvtd)
- Xfce4-terminal - Xfce4-terminal (XFCE)
- xiate - xiate
- XTerm - XTerm

@ -571,7 +571,7 @@ program_start() {
tmuxinator start $session_name || \ tmuxinator start $session_name || \
tmux new-session -s $session_name'" tmux new-session -s $session_name'"
# note: st will work with or without the -e flag (like kitty) # note: st will work with or without the -e flag (like kitty)
if [[ $program =~ ^(urxvt|alacritty|xiatec|st|qterminal|cool-retro-term$) ]]; then if [[ $program =~ ^(urxvt|alacritty|xiatec|st|lxterminal|qterminal|cool-retro-term$) ]]; then
program_command="$program_command -e bash -c $tmux_command" program_command="$program_command -e bash -c $tmux_command"
elif [[ $program == kitty ]]; then elif [[ $program == kitty ]]; then
program_command="$program_command bash -c $tmux_command" program_command="$program_command bash -c $tmux_command"

Loading…
Cancel
Save