X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=bin%2Fbin%2Fwww;h=d58285dc32ca65ff3a32c88e232e60bcd838cff1;hb=3cfb5f4e8ec006e9fb766529e990f2eef2094a25;hp=e27ce5008c6e7b3bd9a3bacd9dcd828ed8743025;hpb=264e094c257990ac11de8df1c755791525fa1924;p=dotfiles.git diff --git a/bin/bin/www b/bin/bin/www index e27ce50..d58285d 100755 --- a/bin/bin/www +++ b/bin/bin/www @@ -1,5 +1,9 @@ #!/bin/sh +[ -e /tmp/stargrave-flags/WG ] && [ -n "$1" ] && { + exec $HOME/local/bin/xombrero -n "$1" 2>/dev/null +} + term() { DISPLAY=:0 CMD="tmux attach-session -t www" CMDTITLE="Terminal9" $HOME/bin/dwm-term & } @@ -12,7 +16,7 @@ if tmux has-session -t www 2> /dev/null ; then } tmux new-window -t www "lynx $@" else - tmux new-session -d -s www "sleep 0.2 ; lynx $@" + tmux new-session -d -s www "sleep 0.5 ; lynx $@" tmux set-option -t www default-command lynx term & fi