You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
if [ -z "$1" ] ; then
|
|
|
|
exit 0
|
|
|
|
fi
|
|
|
|
|
|
|
|
URL="$1"
|
|
|
|
i3-msg "workspace 1; exec brave --new-window $URL"
|
|
|
|
sleep 0.3
|
|
|
|
i3-msg "[class=st-256color] focus"
|