# HG changeset patch # User Steve Losh # Date 1694700498 14400 # Node ID 7512e93d35291da275b4ad9a8996d1d123f57496 # Parent 72b5c315bd1deef5c662dda5681db2bffc644832 More diff -r 72b5c315bd1d -r 7512e93d3529 bin/mark --- a/bin/mark Fri Sep 08 17:16:04 2023 -0400 +++ b/bin/mark Thu Sep 14 10:08:18 2023 -0400 @@ -4,6 +4,8 @@ EVENT="$1" shift +HOST=$(hostname) +DIR="$HOME/Sync/marks/$HOST/" -mkdir -p "$HOME/.marks" -echo "$(date --iso-8601=seconds --utc)" "$@" >> "$HOME/.marks/$EVENT" +mkdir -p "$DIR" +echo "$(date --iso-8601=seconds --utc)" "$@" >> "$DIR/$EVENT" diff -r 72b5c315bd1d -r 7512e93d3529 fish/config.fish --- a/fish/config.fish Fri Sep 08 17:16:04 2023 -0400 +++ b/fish/config.fish Thu Sep 14 10:08:18 2023 -0400 @@ -193,9 +193,23 @@ end end +function hg-managed + set --local d "$(pwd)" + while test "/" != "$d" + if test -d "$d/.hg" + return 0 + end + set d (path dirname "$d") + end + + return 1 +end + function hg_prompt if test -z "$NOVCSPROMPT" - hg prompt --angle-brackets $hg_promptstring 2>/dev/null + if hg-managed + hg prompt --angle-brackets $hg_promptstring 2>/dev/null + end end end diff -r 72b5c315bd1d -r 7512e93d3529 stumpwmrc --- a/stumpwmrc Fri Sep 08 17:16:04 2023 -0400 +++ b/stumpwmrc Thu Sep 14 10:08:18 2023 -0400 @@ -548,6 +548,9 @@ (when-let-window (w "^Zoom Meeting.*") (focus-window w t))) +(defcommand papers () () + (run-or-raise "jabref" '(:class "org.jabref.gui.MainApplication"))) + ;;;; Timers ------------------------------------------------------------------- (defparameter *pop-timer-minutes* nil) @@ -729,7 +732,7 @@ ("H-n" "next-in-frame") ("H-p" "prev-in-frame") ("H-N" "pull-hidden-next") - ("H-P" "prev-in-frame") + ("H-P" "papers") ("H-," "pull-from-windowlist")) diff -r 72b5c315bd1d -r 7512e93d3529 vim/custom-dictionary.utf-8.add --- a/vim/custom-dictionary.utf-8.add Fri Sep 08 17:16:04 2023 -0400 +++ b/vim/custom-dictionary.utf-8.add Thu Sep 14 10:08:18 2023 -0400 @@ -338,3 +338,6 @@ tradeoff Snakefile Snakemake +melanosomes +melanosome +threonine