Unless we are in tmux
@ -96,7 +96,15 @@ The other two swap between build and src dirs on my local git checkout
#+begin_src sh
source ~/scripts/kde-utils.sh
#+end_src
*** Do not litter :daily:
if [ "$TERM_PROGRAM" = tmux ]; then
# suppress tmout in tmux
else
TMOUT=300
fi
*** Android helpers :daily:
These are various helpers to drive my current Android phone when connected to the box.