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.
dotfiles/bin/markdown-preview.sh

10 lines
156 B
Bash

#!/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"