From: Mart Lubbers Date: Wed, 5 Jun 2019 17:10:29 +0000 (+0200) Subject: various updates X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=4dd9dbe54e6ac860b7fed79551141ec8cf54aa7d;p=dotfiles.git various updates --- diff --git a/email/.local/bin/newmail.sh b/email/.local/bin/newmail.sh index 4f62eb4..a1828a0 100755 --- a/email/.local/bin/newmail.sh +++ b/email/.local/bin/newmail.sh @@ -8,4 +8,4 @@ then notify-send "$newmail new emails!" fi notmuch new -#vdirsyncer sync +vdirsyncer sync diff --git a/shell/.bashrc b/shell/.bashrc index 156d908..29a37a3 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -24,9 +24,9 @@ export CLEAN_HOME=/opt/clean export PATH=~/.local/bin:$PATH export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin -export PATH=$PATH:/opt/texlive/2018/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin +export PATH=$PATH:/opt/texlive/2019/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox -export MANPATH=~/.local/share/man:/opt/texlive/2018/texmf-dist/doc/man:./arduino/java/man:$MANPATH +export MANPATH=~/.local/share/man:/opt/texlive/2019/texmf-dist/doc/man:./arduino/java/man:$MANPATH export GTK_IM_MODULE=xim export QT_IM_MODULE=xim diff --git a/shell/.local/bin/update b/shell/.local/bin/update index 453a6e5..c73968f 100755 --- a/shell/.local/bin/update +++ b/shell/.local/bin/update @@ -7,4 +7,4 @@ cmd() { } sudo sh -c "$(cmd)" -sh -c "tlmgr update --all --self && offlineimap -o -u ttyui && khal $NUL && khard $NUL && pass git pull origin master" +sh -c "tlmgr update --all && offlineimap -o -u ttyui && khal $NUL && khard $NUL && pass git pull origin master" diff --git a/vim/.vim/pack/plugins/start/syntastic b/vim/.vim/pack/plugins/start/syntastic index 0d25f4f..11aa21e 160000 --- a/vim/.vim/pack/plugins/start/syntastic +++ b/vim/.vim/pack/plugins/start/syntastic @@ -1 +1 @@ -Subproject commit 0d25f4fb4203e600a28e776847d4beca254d3f84 +Subproject commit 11aa21edef1627139d1cb39f5efd568942985dfc diff --git a/vim/.vim/pack/plugins/start/vim-clean b/vim/.vim/pack/plugins/start/vim-clean index 3fcd8f1..f26881a 160000 --- a/vim/.vim/pack/plugins/start/vim-clean +++ b/vim/.vim/pack/plugins/start/vim-clean @@ -1 +1 @@ -Subproject commit 3fcd8f1e786ba61dd6cecd97d67f59dc8009fc5b +Subproject commit f26881a2f602aa5b32dcd6d23848a08aa4fe7eed diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add index 87c9e57..3b1aecd 100644 --- a/vim/.vim/spell/en.utf-8.add +++ b/vim/.vim/spell/en.utf-8.add @@ -13,3 +13,8 @@ backends iTasks mTask IOT +microcontrolles +typeclass +arity +nullary +arities diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl index 91310c5..cff9601 100644 Binary files a/vim/.vim/spell/en.utf-8.add.spl and b/vim/.vim/spell/en.utf-8.add.spl differ diff --git a/x/.local/bin/lock.sh b/x/.local/bin/lock.sh index c6b9096..8693157 100755 --- a/x/.local/bin/lock.sh +++ b/x/.local/bin/lock.sh @@ -1,3 +1,3 @@ #!/bin/sh echo RELOADAGENT | gpg-connect-agent -i3lock +slock diff --git a/x/.xinitrc b/x/.xinitrc index 2d7271d..0132dab 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -11,8 +11,8 @@ eval "$(gpg-agent --daemon)" # XResources xrdb -merge ~/.Xresources -# auto locking but not on laptop -if [ $(hostname) != "ygdrassil" ]; then +# auto locking but only on laptop +if [ $(hostname) != ygdrassil ]; then xautolock -locker slock -time 10 & fi