My configuration of sxmo fork of suckless dwm.

git clone git://watertao.xyz/programs/sxmo-dwm.git

commit 88c0eb0e12be853451bbb515875da0f38871bf29
parent 8cac378e4cc779844bee5860206a82479746aca4
Author: Miles Alan <m@milesalan.com>
Date:   Wed, 25 Mar 2020 17:22:35 -0500

Svkbd in config.def.h

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -30,6 +30,7 @@ static const Rule rules[] = { { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, { "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, -1 }, { "st", NULL, NULL, 0, 0, 1, 1, -1 }, + { "svkbd", NULL, NULL, TAGMASK, 1, 1, 0, -1 }, }; /* layout(s) */