dotfiles/.config/awesome/autorun.sh

13 lines
105 B
Bash
Raw Normal View History

#!/bin/bash
function run()
{
if ! pgrep -f $1; then
$1&
fi
}
run firefox
run discord
run alacritty