]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/www
Fixed command name
[dotfiles.git] / bin / bin / www
index 99cbe936d7c17019e47ddfb534f530470c69f530..86d910255fe1b33c29878f05fb068809cda2122f 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+[ -e /tmp/stargrave-flags/WG ] && [ -n "$1" ] && exec xom "$1" &
+
 term() {
     DISPLAY=:0 CMD="tmux attach-session -t www" CMDTITLE="Terminal9" $HOME/bin/dwm-term &
 }