commit a9e837bebbe3452f43864622d2dd0467485e6da3
parent 3da2885e7b51f5473a8151486b3d0609be67015d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 12 Jun 2019 10:18:29 +0200
Use isync, update vim clipboard, add JOG feed
Diffstat:
5 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc
@@ -1,6 +1,6 @@
# IMAP: offlineimap
-set folder = "~/mail"
-source ~/.config/mutt/mailboxes # mailboxes generated by offlineimap
+set folder = "~/.mail"
+#source ~/.config/mutt/mailboxes # mailboxes generated by offlineimap
set spoolfile = "+adamsgaard/INBOX"
set mbox_type=Maildir
diff --git a/.config/newsboat/urls b/.config/newsboat/urls
@@ -27,6 +27,7 @@ http://geo.au.dk/rss.xml?element=203201 research "~research: geo.au.dk: Nyheder"
http://geo.au.dk/rss.xml?element=203202 research "~research: geo.au.dk: Arrangementer"
http://www.nature.com/nature/current_issue/rss/ research "~research: Nature"
http://www.journals.elsevier.com/computers-and-geosciences/rss/ research "~research: Computers and Geosciences"
+https://www.cambridge.org/core/rss/product/id/FE8284B2577ADBCD299821FDE4E752F1 research "~research: Journal of Glaciology: Latest"
http://rss.sciencedirect.com/publication/science/0012821X research "~research: Earth and Planetary Science Letters"
http://onlinelibrary.wiley.com/rss/journal/10.1002/(ISSN)1096-9837 research "~research: Earth Surface Processes and Landforms"
http://www.earth-surf-dynam.net/xml/rss2_0.xml research "~research: Earth Surface Dynamics"
diff --git a/.local/bin/dwmstatus b/.local/bin/dwmstatus
@@ -1,5 +1,5 @@
#!/bin/sh
while true; do
xsetroot -name "$(sysstatus) "
- sleep 5
+ sleep 30
done
diff --git a/.notmuch-config b/.notmuch-config
@@ -12,6 +12,7 @@
#
[database]
#path=/Users/adamsgaard/mail
+path=.mail
# User configuration
#
diff --git a/.vim/plugin/00-general.vim b/.vim/plugin/00-general.vim
@@ -1,4 +1,4 @@
-set clipboard=unnamedplus " use system clipboard
+set clipboard=unnamed " use system clipboard
set dictionary+=/usr/share/dict/words " word completion using Ctrl-x Ctrl-k
set directory=.,~/tmp,/var/tmp,/tmp " location for swap files
set expandtab " use the appropriate number of spaces for <Tab>