From 540613898d1d3e949ed3767e7bd42883d8c49db8 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Tue, 1 Nov 2022 23:32:02 +0100 Subject: [PATCH] [dwm] feat: support japanese symbols (no kanji) --- .config/X11/xresources | 1 + .local/src/dwm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/X11/xresources b/.config/X11/xresources index a05fad9..9568298 100644 --- a/.config/X11/xresources +++ b/.config/X11/xresources @@ -1,6 +1,7 @@ !! Set a default font and font size as below: *.font: Fira Code:size=12 *.symbols: Symbols Nerd Font:size=12 +*.japan: IPAexGothic:size=12 /* dwm config */ dwm.borderpx: 2 diff --git a/.local/src/dwm b/.local/src/dwm index 82003c8..89d751e 160000 --- a/.local/src/dwm +++ b/.local/src/dwm @@ -1 +1 @@ -Subproject commit 82003c8dad7b966ab65f339749fb4272eafb8f4b +Subproject commit 89d751ef3abec67adcdf1dbed7c2361795d7f550