# HG changeset patch # User Steve Losh # Date 1683773514 14400 # Node ID e0e09fa5bb68e371952c96bc50339ef1ca8cb641 # Parent 67c493e39f7af6f415584d1f787f7e438077f90d More diff -r 67c493e39f7a -r e0e09fa5bb68 mutt/view_attachment.sh --- a/mutt/view_attachment.sh Mon May 08 13:51:00 2023 -0400 +++ b/mutt/view_attachment.sh Wed May 10 22:51:54 2023 -0400 @@ -57,7 +57,7 @@ # # the tmp directory to use. -tmpdir="$HOME/.tmp/mutt_attach" +tmpdir="$HOME/scratch/mutt_attach" # the name of the debug file if debugging is turned on. debug_file=$tmpdir/debug diff -r 67c493e39f7a -r e0e09fa5bb68 stumpwmrc --- a/stumpwmrc Mon May 08 13:51:00 2023 -0400 +++ b/stumpwmrc Wed May 10 22:51:54 2023 -0400 @@ -668,8 +668,9 @@ ("H-z" "zoom") ("H-Z" "toggle-zoom-mute") ("C-H-Z" "end-zoom") + ("F26" "prev") + ("S-F26" "next") ("H-q" "exec lock-screen") - ("F26" "exec lock-screen") ("H-y" "screenshot") ("H-g" "gcontrol") ("H-f" "save-fucked-screenshot")