From 2cdff209f9f07f69376ddfa852106a0fc052edf5 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 6 Feb 2021 15:49:22 +0300 Subject: [PATCH] Ability to run GUI browser instead of tmuxed lynx --- bin/bin/www | 4 ++++ 1 file changed, 4 insertions(+) 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 & } -- 2.44.0