From: Silvio Rhatto Date: Mon, 5 Mar 2018 15:12:10 +0000 (-0300) Subject: Updates dotfiles, kvmx X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=98963206630584d7903f5cb5b6c094e5d20cca64;p=utils-x11.git Updates dotfiles, kvmx --- diff --git a/session b/session index d18da1b..36ef7b7 100755 --- a/session +++ b/session @@ -9,7 +9,7 @@ SESSION="$1" # Check syntax if [ -z "$SESSION" ]; then - echo "usage: $BASENAME " + echo "usage: $BASENAME [--list|--choser] " exit 1 fi @@ -22,3 +22,10 @@ fi if [ -e "$HOME/.tmux/$SESSION" ]; then terminal shell $SESSION & fi + +# TODO +# Check browser session +#BROWSWER="`browser-sessions | grep -E " code ?" | cut -d : -f 1`" +#if [ ! -z "$BROWSER" ]; then +# # Open browser in the given session +#fi