Update 2024-06-23 17:22 OpenBSD/amd64-x13
This commit is contained in:
parent
defcd72a07
commit
2da64d09f5
@ -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
|
||||
|
@ -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\"" ;;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user