10 lines
156 B
Bash
Executable File
10 lines
156 B
Bash
Executable File
#!/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"
|