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.
10 lines
156 B
Bash
10 lines
156 B
Bash
2 years ago
|
#!/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"
|