e0e09fa5bb68

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 10 May 2023 22:51:54 -0400
parents 67c493e39f7a
children 7909250f7543
branches/tags (none)
files mutt/view_attachment.sh stumpwmrc

Changes

--- 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
--- 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")