From: Sergey Matveev Date: Fri, 2 Jun 2023 18:39:46 +0000 (+0300) Subject: Fixed command name X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=35ac0be297429a4574ebf638761ccc262e4358a3 Fixed command name --- diff --git a/bin/bin/www b/bin/bin/www index 18e4f9c..86d9102 100755 --- a/bin/bin/www +++ b/bin/bin/www @@ -1,6 +1,6 @@ #!/bin/sh -[ -e /tmp/stargrave-flags/WG ] && [ -n "$1" ] && exec lg "$1" +[ -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 &