Auto launch keepass2

This commit is contained in:
gardouille 2016-12-13 22:25:16 +01:00
parent 5968eada2a
commit a3552ccf92
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ xsetroot -solid '#5A8E3A'
TERMINAL=terminator
if [ $(command -v keepass2) ] && [ ! $(pidof cli) ] ; then
keepass2 &
fi
if [ $(command -v terminator) ] && [ ! $(pidof -x terminator) ] ; then
terminator &
fi