From 2da64d09f584d5ba09d89ad5ff76057e56fa2fed Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Sun, 23 Jun 2024 17:22:17 +0200 Subject: [PATCH] Update 2024-06-23 17:22 OpenBSD/amd64-x13 --- .Xdefaults | 4 ++-- .bin/dexec_pim | 2 +- .mutt/rc-common | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index 48fdd83..1dc5125 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -206,8 +206,8 @@ XFontSel*Font: lucidasanstypewriter-14 ! -- ZUTTY -- ! Zutty.altScroll: true Zutty.boldColors: false -Zutty.font: SourceCodePro-Medium -Zutty.dwfont: SourceCodePro-Medium +Zutty.font: JetBrainsMono +Zutty.dwfont: JetBrainsMono Zutty.fontsize: 18 Zutty.fontpath: /home/sdk/.fonts Zutty.bg: #001010 diff --git a/.bin/dexec_pim b/.bin/dexec_pim index af90af8..8192f87 100755 --- a/.bin/dexec_pim +++ b/.bin/dexec_pim @@ -9,7 +9,7 @@ case $SEL in if [ ! -z "$DOC" ]; then ACT=$(printf "View\nCopy\nEdit\nPrint\nEmail\nDelete" | $DMENU_CMD -p Action) case $ACT in - View) mupdf "$PIMDIR/documents/$DOC" ;; + View) zathura "$PIMDIR/documents/$DOC" ;; Copy) echo "$PIMDIR/documents/$DOC" | xclip -r;; Edit) pdfarranger "$PIMDIR/documents/$DOC" ;; Email) texec "mutt -a \"$PIMDIR/documents/$DOC\"" ;; diff --git a/.mutt/rc-common b/.mutt/rc-common index 916123d..d8b5546 100644 --- a/.mutt/rc-common +++ b/.mutt/rc-common @@ -12,6 +12,7 @@ set mail_check_stats_interval = 60 # stat calculation interval # set xterm title set ts_enabled = no + # IMAP FEATURES set imap_condstore = yes set imap_qresync = yes @@ -140,6 +141,7 @@ set status_format = '%f All:%m New:%u Mark:%t Del:%d %?V?Limit:%V/%ML? %> %P%' # Composing set editor = "vim -c 'set syntax=mail ft=mail'" # set mail editor set print_command = "muttprint" +#set print_command="mailprint -output.format pdf | zathura -" #set editor = "nvi" set fast_reply = yes # do not ask for subject etc. set autoedit = no # go directly to the editor. send_to has to be entered to hdr directly