From 35ac0be297429a4574ebf638761ccc262e4358a3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 2 Jun 2023 21:39:46 +0300 Subject: [PATCH] Fixed command name --- bin/bin/www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 & -- 2.44.0