summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2021-05-01 11:00:41 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2021-05-01 11:00:41 -0400
commita8604b71a10edda8c08b909ce1fb63aca653d77e (patch)
treed57e6f56bb9e10a066170f5a67d63679bdbabaa0 /.config
parenta0bf2535ff02070b290995ba985214b4cf9faace (diff)
Updated files from battlestation
Diffstat (limited to '.config')
-rw-r--r--.config/manual.part6
-rw-r--r--.config/mutt/colors2
-rw-r--r--.config/picom.conf2
-rw-r--r--.config/sxhkd/sxhkdrc2
4 files changed, 5 insertions, 7 deletions
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/picom.conf b/.config/picom.conf
index 7fce10a..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'",
];
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 1a2e5e6..776b388 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