Add -s support for lilyterm

performance
noctuid 6 years ago
parent 2ea52326bc
commit 8808dff04b

@ -167,6 +167,7 @@ These terminals have been tested with tdrop and support the =-s= and =-a= flags
- GNOME terminal (GNOME, Unity, Cinnamon, etc.)
- [[https://github.com/kovidgoyal/kitty][kitty]]
- Konsole (KDE)
- LilyTerm (requires =confirm_to_execute_command 0= in config for =-s= or =-f '-e...'=)
- LXTerminal (LXDE)
- MATE terminal (MATE)
- QTerminal (LXDE)

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

Loading…
Cancel
Save