]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/www
Ability to run GUI browser instead of tmuxed lynx
[dotfiles.git] / bin / bin / www
index 99cbe936d7c17019e47ddfb534f530470c69f530..80b50e1b7c9298efbabf424a7390ec997d3d2afa 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/sh
 
+[ -e /tmp/stargrave-flags/WG ] && [ -n "$1" ] && {
+    exec $HOME/local/bin/xombrero -n "$1"
+}
+
 term() {
     DISPLAY=:0 CMD="tmux attach-session -t www" CMDTITLE="Terminal9" $HOME/bin/dwm-term &
 }