signature file, other aerc changes, hyprland numlock
This commit is contained in:
parent
7a36da3e1d
commit
a960b899d6
|
@ -6,3 +6,5 @@ outgoing-cred-cmd = sh -c "cat ~/Documents/eml.pw"
|
||||||
default = INBOX
|
default = INBOX
|
||||||
from = Ryan Schanzenbacher <ryan@rschanz.org>
|
from = Ryan Schanzenbacher <ryan@rschanz.org>
|
||||||
copy-to = Sent
|
copy-to = Sent
|
||||||
|
signature-file = ~/.config/aerc/signature_personal
|
||||||
|
check-mail = 5m
|
||||||
|
|
|
@ -412,7 +412,7 @@ address-book-cmd = sh -c 'abook --mutt-query "%s" | tail -n +2'
|
||||||
#
|
#
|
||||||
# The command must output the selected files to standard output, one file per
|
# The command must output the selected files to standard output, one file per
|
||||||
# line.
|
# line.
|
||||||
#file-picker-cmd=
|
file-picker-cmd=fzf --multi --query=%s
|
||||||
|
|
||||||
#
|
#
|
||||||
# Allow to address yourself when replying
|
# Allow to address yourself when replying
|
||||||
|
@ -482,12 +482,12 @@ text/html=pandoc -f markdown -t html --standalone
|
||||||
#
|
#
|
||||||
#text/plain=colorize
|
#text/plain=colorize
|
||||||
#text/calendar=calendar
|
#text/calendar=calendar
|
||||||
message/delivery-status=bat -fp
|
message/delivery-status=bat -fn
|
||||||
message/rfc822=bat -fp
|
message/rfc822=bat -fn
|
||||||
text/html=pandoc -f html -t plain | bat -fp
|
text/html=pandoc -f html -t plain | bat -fn
|
||||||
#text/html=html | colorize
|
#text/html=html | colorize
|
||||||
text/*=bat -fP --file-name="$AERC_FILENAME"
|
text/*=bat -fn --file-name="$AERC_FILENAME"
|
||||||
application/x-sh=bat -fP -l sh
|
application/x-sh=bat -fn -l sh
|
||||||
#image/*=catimg -w $(tput cols) -
|
#image/*=catimg -w $(tput cols) -
|
||||||
#subject,~Git(hub|lab)=lolcat -f
|
#subject,~Git(hub|lab)=lolcat -f
|
||||||
#from,thatguywhodoesnothardwraphismessages=wrap -w 100 | colorize
|
#from,thatguywhodoesnothardwraphismessages=wrap -w 100 | colorize
|
||||||
|
|
|
@ -126,6 +126,7 @@ d = :detach<space>
|
||||||
S = :sign<Enter>
|
S = :sign<Enter>
|
||||||
E = :encrypt<Enter>
|
E = :encrypt<Enter>
|
||||||
A = :attach-key<Enter>
|
A = :attach-key<Enter>
|
||||||
|
C = :multipart text/html<Enter>
|
||||||
|
|
||||||
[terminal]
|
[terminal]
|
||||||
$noinherit = true
|
$noinherit = true
|
||||||
|
|
4
home-config/aerc/signature_personal
Normal file
4
home-config/aerc/signature_personal
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
--
|
||||||
|
|
||||||
|
Best,
|
||||||
|
Ryan Schanzenbacher
|
|
@ -31,6 +31,7 @@
|
||||||
(packages (append (specifications->packages (list "bat"
|
(packages (append (specifications->packages (list "bat"
|
||||||
"xdg-utils"
|
"xdg-utils"
|
||||||
"abook"
|
"abook"
|
||||||
|
"fzf"
|
||||||
"qrencode"
|
"qrencode"
|
||||||
"binutils"
|
"binutils"
|
||||||
"gcc-toolchain"
|
"gcc-toolchain"
|
||||||
|
|
|
@ -27,6 +27,7 @@ input {
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options =
|
||||||
kb_rules =
|
kb_rules =
|
||||||
|
numlock_by_default = true
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue