dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 9a3a228daa980f209c3ba3b7a38302a18c9abf33
parent 6ab719d810d77d58f2a497a7cf96a7117ed58b25
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 22 Apr 2020 23:29:15 -0700

Use font size 9 for i3 titles, Dunst notifications

Diffstat:
M.config/dunst/dunstrc | 2+-
M.config/i3/config | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc @@ -1,5 +1,5 @@ [global] -font = DejaVu Sans Mono 10 +font = DejaVu Sans Mono 9 # Allow a small subset of html markup: # <b>bold</b> diff --git a/.config/i3/config b/.config/i3/config @@ -31,7 +31,7 @@ exec --no-startup-id compton --config ~/.config/compton.conf -b exec --no-startup-id dunst # Set the window title font. -font pango:IPAGothic 12, DejaVu Sans Mono 10 +font pango:IPAGothic 9, DejaVu Sans Mono 9 ############################################################