work on cli email and fixed monospace fonts on qutebrowser
This commit is contained in:
parent
7a1394c45c
commit
f166fdbbb4
|
@ -639,7 +639,7 @@ select-on-remove = right
|
|||
new-tab-position = right
|
||||
new-tab-position-explicit = last
|
||||
last-close = ignore
|
||||
show = switching
|
||||
show = always
|
||||
show-switching-delay = 800
|
||||
wrap = true
|
||||
movable = true
|
||||
|
@ -1427,7 +1427,7 @@ keyhint.bg = rgba(0, 0, 0, 80%)
|
|||
# keyhint (Font):
|
||||
# Font used in the keyhint widget.
|
||||
# Default: 8pt ${_monospace}
|
||||
_monospace = Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal
|
||||
_monospace = Monaco, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal
|
||||
completion = 8pt ${_monospace}
|
||||
tabbar = 8pt ${_monospace}
|
||||
statusbar = 8pt ${_monospace}
|
||||
|
@ -1435,7 +1435,7 @@ downloads = 8pt ${_monospace}
|
|||
hints = bold 13px Monospace
|
||||
debug-console = 8pt ${_monospace}
|
||||
web-family-standard =
|
||||
web-family-fixed =
|
||||
web-family-fixed = Monaco
|
||||
web-family-serif =
|
||||
web-family-sans-serif =
|
||||
web-family-cursive =
|
||||
|
|
7
email/mutt/config/muttrc
Normal file
7
email/mutt/config/muttrc
Normal file
|
@ -0,0 +1,7 @@
|
|||
my_hdr X-Homepage: https://lytedev.io
|
||||
my_hdr X-PGP-Key: http://pgp.mit.edu/pks/lookup?op=get&search=0x5B2020A0F9921EF4
|
||||
|
||||
set from="daniel@lytedev.io"
|
||||
set realname="Daniel Flanagan"
|
||||
set signature="$DOTFILES_PATH/email/mutt/signature"
|
||||
|
2
email/mutt/config/signature
Normal file
2
email/mutt/config/signature
Normal file
|
@ -0,0 +1,2 @@
|
|||
Daniel Flanagan
|
||||
lytedev.io
|
7
email/mutt/link.bash
Executable file
7
email/mutt/link.bash
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}" )/../.." && pwd)
|
||||
source "$DIR/variables.bash"
|
||||
|
||||
rm -rf "$HOME/.mutt"
|
||||
ln -s "$DOTFILES_PATH/email/mutt/config" "$HOME/.mutt"
|
|
@ -32,6 +32,7 @@ pacaur -S \
|
|||
avr-libc avr-gcc dfu-programmer dfu-util \
|
||||
reptyr \
|
||||
urxvt-perls-git \
|
||||
mutt procmail msmtp \
|
||||
--noconfirm --noedit
|
||||
|
||||
# sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome
|
||||
|
|
Reference in a new issue