Screensaver and git auto pull
This commit is contained in:
parent
9ff7d41457
commit
fd422e9e34
2 changed files with 5 additions and 1 deletions
|
@ -14,6 +14,10 @@ for gitrepo in `find ./ -maxdepth 3 -type d -name ".git" | sed 's/\/.git\+$//'`;
|
|||
do
|
||||
cd $gitrepo
|
||||
echo $gitrepo
|
||||
if [ -e do_not_auto_check ]; then
|
||||
cd - > /dev/null
|
||||
continue
|
||||
fi;
|
||||
git status
|
||||
git pull 2>/dev/null
|
||||
|
||||
|
|
2
xinitrc
2
xinitrc
|
@ -31,7 +31,7 @@ while true; do
|
|||
$OCTOPUS wallpaper
|
||||
sleep 240
|
||||
done &
|
||||
|
||||
xautolock -time 60 -locker "systemctl suspend" &
|
||||
exec /home/frank/Programmation/dotfiles/dwm/dwm
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue