From a0bf2535ff02070b290995ba985214b4cf9faace Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 17 Mar 2021 23:30:52 -0400 Subject: Updating to 2021-03-17 state --- .config/aliasrc | 1 - .config/fontconfig/fonts.conf | 3 +++ .config/mutt/my-configs | 25 +++++++++++++++---------- .config/newsboat/config | 1 + .config/nvim/init.vim | 6 +++--- .config/picom.conf | 3 --- 6 files changed, 22 insertions(+), 17 deletions(-) (limited to '.config') diff --git a/.config/aliasrc b/.config/aliasrc index 72781c0..60ba839 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -20,7 +20,6 @@ | cdd | cd .. | | e | $EDITOR | | ew | nvim ./main.rnw | -| fp | fontpreview | | fu | fuck | | f | vicd | | g | git | diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 646d4ee..0025c36 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -28,10 +28,13 @@ monospace + Lig LinLibertineMO Nerd Font + Lig Linux Libertine Mono O Linux Libertine Mono O Brutalist Mono Cartograph Mono CF Maison Mono + Fira Code Liberation Mono diff --git a/.config/mutt/my-configs b/.config/mutt/my-configs index 066e9dc..c79629c 100644 --- a/.config/mutt/my-configs +++ b/.config/mutt/my-configs @@ -2,7 +2,7 @@ # Add the following line to your muttrc to have them: # source $HOME/.config/mutt/my-configs -# GOOBOOK: +# GOOBOOK: {{{ # goobook let's you use google contacts information. # You install it with pip: pip install --user goobook # Query emails @@ -12,17 +12,22 @@ macro index,pager a "goobook add" "add the sender address # Note that if you use an old version of mutt-wizard, # you will need to disable abook in it's script: # sed -i "s/^set\squery_command.*$//" /usr/share/mutt-wizard/mutt-wizard.muttrc - -# PGP Encryption: -# I want pgp encryption by default when possible. -# The following line makes this possible: -set crypt_use_gpgme=yes -set crypt_autosign -set pgp_auto_decode - -# Muttprint: +# }}} +# PGP Encryption: {{{ +set crypt_use_gpgme = yes +set crypt_autosign = yes +set crypt_opportunistic_encrypt = yes +set pgp_self_encrypt = yes +set pgp_default_key = 'ABC4A5A7430D6309ACBD219044F94DD6456590C3' +set pgp_import_command = "gpg --no-verbose --import -v %f" +# }}} +# Muttprint: {{{ set print_command="muttprint" # Dump all headers # macro index p " " +# }}} +# Colors {{{ +source colors +# }}} # vim: filetype=neomuttrc diff --git a/.config/newsboat/config b/.config/newsboat/config index b5dc713..b6ba2dd 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -2,6 +2,7 @@ # auto-reload yes external-url-viewer "urlscan -dc -r 'linkhandler {}'" +download-full-page yes bind-key j down bind-key k up diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 80cba41..d7d3f0a 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -84,11 +84,13 @@ call plug#end() " Sensible defaults {{{ " Aesthetics & basics syntax on -colo elly +colo friffle " colorscheme tweaks {{{ hi Normal guibg=NONE hi CursorLineNr guibg=NONE hi Constant guibg=NONE +hi Conceal guibg=NONE +hi Folded guibg=NONE hi ColorColumn guibg='#738c9c' hi Todo guibg='#acb3b5' guifg='#340001' hi Search guifg='#810002' guibg='#738c9c' @@ -214,8 +216,6 @@ let g:user_emmet_leader_key=',' nnoremap :VimtexTocToggle " Underscore errors let g:tex_no_error=1 -" Consistent conceal highlighting - hi clear Conceal " Nvim-R " Folding diff --git a/.config/picom.conf b/.config/picom.conf index 433f984..7fce10a 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -39,9 +39,6 @@ use-damage = true; backend = "glx"; glx-no-stencil = true; glx-copy-from-front = false; -glx-swap-method = "undefined"; glx-no-rebind-pixmap = true; # glx-use-copysubbuffermesa = true; -glx-use-gpushader4 = true; -xrender-sync = true; xrender-sync-fence = true; -- cgit v1.2.3