#!/usr/bin/env bash if [ -n "$1" ] ; then URL="$1" fi i3-msg "workspace 1; exec brave --new-window $URL" sleep 0.3 i3-msg "[class=st-256color] focus"