summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2021-03-17 23:30:52 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2021-03-17 23:30:52 -0400
commita0bf2535ff02070b290995ba985214b4cf9faace (patch)
treeab677e2b3556b5ed8210ab860f77fbab6d09cf6e /.config
parent60c0561a1ab38b27c85fa73220a04d6dce36ca93 (diff)
Updating to 2021-03-17 state
Diffstat (limited to '.config')
-rw-r--r--.config/aliasrc1
-rw-r--r--.config/fontconfig/fonts.conf3
-rw-r--r--.config/mutt/my-configs25
-rw-r--r--.config/newsboat/config1
-rwxr-xr-x.config/nvim/init.vim6
-rw-r--r--.config/picom.conf3
6 files changed, 22 insertions, 17 deletions
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 @@
<alias>
<family>monospace</family>
<prefer>
+ <family>Lig LinLibertineMO Nerd Font</family>
+ <family>Lig Linux Libertine Mono O</family>
<family>Linux Libertine Mono O</family>
<family>Brutalist Mono</family>
<family>Cartograph Mono CF</family>
<family>Maison Mono</family>
+ <family>Fira Code</family>
<family>Liberation Mono</family>
</prefer>
</alias>
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 "<pipe-message>goobook add<return>" "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 "<display-toggle-weed> <print-message> <display-toggle-weed> <exit>"
+# }}}
+# 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 <C-n> :VimtexTocToggle<cr>
" 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;