summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2021-05-01 11:12:23 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2021-05-01 11:12:23 -0400
commit16436494f6b7fff2eae8418746af01ee52f7565d (patch)
tree665608c8d4e858d757502e3795db3ef7821c4869 /.config
parent9ed9de5006d437e126c5871dc0cf38a02825aabb (diff)
parenta8604b71a10edda8c08b909ce1fb63aca653d77e (diff)
Merge branch 'master' of git://git.chausse.xyz/dotfiles
Diffstat (limited to '.config')
-rw-r--r--.config/aliasrc1
-rw-r--r--.config/fontconfig/fonts.conf3
-rw-r--r--.config/manual.part6
-rw-r--r--.config/mutt/colors2
-rw-r--r--.config/mutt/my-configs12
-rw-r--r--.config/newsboat/config1
-rwxr-xr-x.config/nvim/init.vim6
-rw-r--r--.config/picom.conf5
-rw-r--r--.config/sxhkd/sxhkdrc2
9 files changed, 21 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/manual.part b/.config/manual.part
index b34ba2a..92ea91c 100644
--- a/.config/manual.part
+++ b/.config/manual.part
@@ -1,8 +1,6 @@
----
-title: My dwm configuration
+title: dwm --- my personal configuration
+rcsdate: $Date: 2021/04/08 23:51:08 $
author: Benjamin Chausse
-date: 2020-01-26
----
The idea behind this configuration is simple. Vim-keybindings, Quick access to frequently used apps, and
Consistent design!
diff --git a/.config/mutt/colors b/.config/mutt/colors
index 6c1b368..d362899 100644
--- a/.config/mutt/colors
+++ b/.config/mutt/colors
@@ -26,7 +26,7 @@ color sidebar_ordinary color1 default
color sidebar_highlight color14 default
color sidebar_divider color4 black
color sidebar_flagged color9 black
-color sidebar_new color14 black
+color sidebar_new color13 black
color normal color11 default
color error color2 default
color tilde black default
diff --git a/.config/mutt/my-configs b/.config/mutt/my-configs
index 69576b5..bd59b70 100644
--- a/.config/mutt/my-configs
+++ b/.config/mutt/my-configs
@@ -2,18 +2,19 @@
# 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
set query_command="goobook query %s"
# Add email to contacts
macro index,pager a "<pipe-message>goobook add<return>" "add the sender address to Google contacts"
+
# 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:
+# PGP Encryption: {{{
# I want pgp encryption by default when possible.
# The following line makes this possible:
set crypt_use_gpgme=yes
@@ -21,10 +22,15 @@ set crypt_autosign = yes
set pgp_self_encrypt = yes
set pgp_default_key = 'ABC4A5A7430D6309ACBD219044F94DD6456590C3'
set pgp_import_command = "gpg --no-verbose --import -v %f"
+# }}}
-# Muttprint:
+# 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..de96672 100644
--- a/.config/picom.conf
+++ b/.config/picom.conf
@@ -10,7 +10,7 @@ fade-out-step = 0.05;
fade-exclude = [ ];
# Rounded Corners
- corner-radius = 11;
+ corner-radius = 0;
rounded-corners-exclude = [
"class_g = 'dwm'",
];
@@ -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;
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 3535d7b..19132b2 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -113,7 +113,7 @@ super + c
killall picom || setsid picom
## Toggle Screenkey
super + Insert
- killall screenkey || screenkey --bg-color "#222d32" -s small -f HackGen -t 1 --font-color "#BABABA"
+ killall screenkey || screenkey --bg-color "#222d32" -s small -f "Apercu Mono" -t 1 --font-color "#BABABA" --mods-mode tux
## Open this manual
super + alt + shift + h
manualgen