Re: how to execute shell commands

2012-08-03 Thread Nicholas Marriott
Create the window with a shell and start htop using send-keys, or run eg "htop; exec $SHELL". On Wed, Aug 01, 2012 at 11:32:33PM +0800, vinurs wrote: > Hi, > I run tmux with urxvt, now i have some demands, the flowing is the > command i execute when my linux startup: > urxvt -title 'ur

how to execute shell commands

2012-08-01 Thread vinurs
Hi, I run tmux with urxvt, now i have some demands, the flowing is the command i execute when my linux startup: urxvt -title 'urxvt-tmux' -e zsh -c 'tmux -2 new-session -s urxvt -n window-1 \; new-window -n window-2' you can see that i create two windows when startup: window-1 and w