From: Sergey Matveev Date: Sat, 6 Feb 2021 12:49:22 +0000 (+0300) Subject: Ability to run GUI browser instead of tmuxed lynx X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=2cdff209f9f07f69376ddfa852106a0fc052edf5 Ability to run GUI browser instead of tmuxed lynx --- diff --git a/bin/bin/www b/bin/bin/www index 99cbe93..80b50e1 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" +} + term() { DISPLAY=:0 CMD="tmux attach-session -t www" CMDTITLE="Terminal9" $HOME/bin/dwm-term & }