This website requires JavaScript.
Explore
Help
Register
Sign In
Danacus
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3f644805cd
dotfiles
/
.config
/
awesome
/
autorun.sh
11 lines
110 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
function
run
{
if
! pgrep -f
$1
;
then
$@
&
fi
}
. ~/.config/compton/launch.sh
Reference in New Issue
View Git Blame
Copy Permalink