export EDITOR="vim -p"
export TERM=screen
export BROWSER=firefox
-export PAGER=less
+export PAGER=more
export SUDO_ASKPASS=/usr/lib/ssh/ssh-askpass
export NOTMUCH_CONFIG=~/.config/notmuch/config
export CLEAN_HOME=/opt/clean
export PATH=~/.local/bin:$PATH
export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin
-export PATH=$PATH:~/projects/esp-open-sdk/xtensa-lx106-elf/bin
export PATH=$PATH:/opt/texlive/2018/bin/x86_64-linux
export GTK_IM_MODULE=xim
|& grep -v\
-e "^Doc warning: expected @type for '"\
-e "^Doc error: missing leading asterisk in '"\
- -e "^Could not get full path for '"
+ -e "^Could not get full path for '" || true
fi
-.PHONY: clean clobber
+.PHONY: clean clobber all
DOCUMENT:=$(shell grep -Fl documentclass *.tex)
LATEX?=pdflatex
MAKEGLOSSARIES?=makeglossaries
MAKEINDEX?=makeindex
-all: $(subst tex,pdf,$(shell grep -Fl documentclass *.tex))
+all: $(patsubst %.tex,%.pdf,$(shell grep -Fl documentclass *.tex))
%.pdf: %.tex $(wildcard *.tex)
$(LATEX) $(LATEXFLAGS) $*
#!/bin/bash
PATH=$PATH:~/.local/bin
+
+#To fix java applications in tiling (e.g. arduino)
+export _JAVA_AWT_WM_NONREPARENTING=1
xautolock -locker ~/.local/bin/lock.sh &
dunst &