--- a/.hgsubstate Tue Mar 17 18:07:18 2020 -0400
+++ b/.hgsubstate Wed Jun 17 21:35:35 2020 -0400
@@ -38,5 +38,5 @@
f6f2d6618a321f5b0065586a7bc934325fec81ab vim/bundle/targets
c860f7c3ae0e0287f143a5b3e58873fc0a9fbda9 vim/bundle/vim-go
5d5c71044880443035e07009497962feacb56b20 vim/bundle/vimtex
-51d42776a11f0941df3a530bc465aa040ea7538c vim/bundle/vlime
+b225d82f4eeed35738158f9bff2c1cbbb5d5081e vim/bundle/vlime
6876fe38b33732cb124d415ffc4156f16da5e118 vim/bundle/windowswap
--- a/bin/code-to-pdf Tue Mar 17 18:07:18 2020 -0400
+++ b/bin/code-to-pdf Wed Jun 17 21:35:35 2020 -0400
@@ -9,7 +9,7 @@
--toc \
--header '%H - $N | | page $% of $= in file $v' \
--fancy-header=sjl \
- --font "UbuntuMono-Regular@10" \
+ --font "UbuntuMono-Regular@9" \
--header-font "UbuntuMono-Bold@12" \
--title "$TITLE" \
--baselineskip 3 \
--- a/bin/k-dammit Tue Mar 17 18:07:18 2020 -0400
+++ b/bin/k-dammit Wed Jun 17 21:35:35 2020 -0400
@@ -4,4 +4,5 @@
inotifywait -q -e create --exclude '.*tmp.*' /dev/input
sleep 0.25
DISPLAY=:0.0 /home/sjl/src/dotfiles/bin/k
+ echo Updating keyboard settings at `date` >> ~/.keyboard-settings-update.log
done
--- a/browsrc Tue Mar 17 18:07:18 2020 -0400
+++ b/browsrc Wed Jun 17 21:35:35 2020 -0400
@@ -1,1 +1,3 @@
(brows:define-action #\newline "xdg-open" :exit t)
+(brows:define-action #\o "xdg-open" :exit nil)
+(brows:define-action #\w "w3m" :exit nil :tty t)
--- a/lisprc Tue Mar 17 18:07:18 2020 -0400
+++ b/lisprc Wed Jun 17 21:35:35 2020 -0400
@@ -9,8 +9,8 @@
*print-escape* t
*print-right-margin* 100
*print-miser-width* nil
- *print-length* 1000
- *print-level* 250)
+ *print-length* 50
+ *print-level* 50)
;;;; REPL Utilities -----------------------------------------------------------
(defun :ls (package)
--- a/lispwords Tue Mar 17 18:07:18 2020 -0400
+++ b/lispwords Wed Jun 17 21:35:35 2020 -0400
@@ -127,7 +127,7 @@
(1 quit-on-ctrl-c)
; boots
-(1 make-widget)
+(1 with-screen)
; metabang-bind
(1 bind)
--- a/restic/excludes.txt Tue Mar 17 18:07:18 2020 -0400
+++ b/restic/excludes.txt Wed Jun 17 21:35:35 2020 -0400
@@ -10,6 +10,8 @@
/home/sjl/.dbus
/home/sjl/.dropbox
/home/sjl/.dropbox-dist
+/home/sjl/.extra
+/home/sjl/.vault
/home/sjl/.gimp-*
/home/sjl/.go
/home/sjl/.hg-git
@@ -22,6 +24,7 @@
/home/sjl/.steam
/home/sjl/.virtualenvs
/home/sjl/Dropbox/.dropbox.cache
+/home/sjl/Pictures
/home/sjl/Videos
/home/sjl/dwhelper
/home/sjl/snap
--- a/stumpwmrc Tue Mar 17 18:07:18 2020 -0400
+++ b/stumpwmrc Wed Jun 17 21:35:35 2020 -0400
@@ -694,11 +694,11 @@
;;;; Startup ------------------------------------------------------------------
-(defvar *network-manager*
- (run-shell-command "nm-applet --sm-disable"))
+;; (defvar *network-manager*
+ ;; (run-shell-command "nm-applet --sm-disable"))
-(defvar *dropbox*
- (run-shell-command "~/.dropbox-dist/dropboxd"))
+;; (defvar *dropbox*
+ ;; (run-shell-command "~/.dropbox-dist/dropboxd"))
(defvar *dunst*
(run-shell-command "/usr/bin/dunst -conf ~/.dunstrc"))
--- a/vim/custom-dictionary.utf-8.add Tue Mar 17 18:07:18 2020 -0400
+++ b/vim/custom-dictionary.utf-8.add Wed Jun 17 21:35:35 2020 -0400
@@ -303,3 +303,5 @@
Illumina
Phred
FastQC
+deduplication
+deduplicating
--- a/vim/vimrc Tue Mar 17 18:07:18 2020 -0400
+++ b/vim/vimrc Wed Jun 17 21:35:35 2020 -0400
@@ -2933,7 +2933,7 @@
"
" \h<space> - raw hg commands
-nnoremap <leader>hc :Start hg commit<cr>
+nnoremap <leader>hc :!hg commit<cr>
nnoremap <leader>hpd :!hg push default<cr>
nnoremap <leader>hpu :!hg push upstream<cr>
--- a/xsessionrc Tue Mar 17 18:07:18 2020 -0400
+++ b/xsessionrc Wed Jun 17 21:35:35 2020 -0400
@@ -16,7 +16,7 @@
# xinput set-prop $TRACKPAD $CLICK 0, 1
/home/sjl/src/dotfiles/bin/keysettings
-/home/sjl/src/dotfiles/bin/k-dammit &
+# /home/sjl/src/dotfiles/bin/k-dammit &
xcape -t 200 -e 'Control_L=Escape;Shift_L=Shift_L|9;Shift_R=Shift_R|0'
xautolock -time 30 -locker /home/sjl/src/dotfiles/bin/lock-screen &