Lines Matching defs:command
23 command = None variable in Registry
60 command = 'gnome-terminal -t "{title}" -- {command}' variable in Gnome
73 command = 'mate-terminal --disable-factory -t "{title}" -x {command}' variable in Mate
77 command = 'xfce4-terminal -T "{title}" -e "{command}"' variable in Xfce
81 command = 'terminology -T="{title}" -e {command}' variable in Terminology
85 command = 'konsole --separate --workdir . -p tabtitle="{title}" -e {command}' variable in Konsole
100 command = 'xterm -T "{title}" -e {command}' variable in XTerm
104 command = 'rxvt -T "{title}" -e {command}' variable in Rxvt
108 command = 'urxvt -T "{title}" -e {command}' variable in URxvt
112 command = 'screen -D -m -t "{title}" -S devshell {command}' variable in Screen
129 command = 'tmux split-window -c "{cwd}" "{command}"' variable in TmuxRunning
147 command = 'tmux new-window -c "{cwd}" -n "{title}" "{command}"' variable in TmuxNewWindow
161 command = 'tmux new -c "{cwd}" -d -s devshell -n devshell "{command}"' variable in Tmux
188 command = 'false' # This is a placeholder variable in Custom