My configuration of sxmo fork of suckless dwm.

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

commit 559a279c150ae0e8fa5127b6891c4e496738c899
parent f8ec8239f363258384098a06943ea35081b7b952
Author: Miles Alan <m@milesalan.com>
Date:   Sat, 16 May 2020 12:51:54 -0500

Mod+XK_s to transfer

Diffstat:
Mconfig.def.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -133,8 +133,8 @@ static Key keys[] = { { 0, MODKEY, XK_semicolon, switchcol, {0} }, - { 1, MODKEY, XK_t, transfer, {0} }, - { 2, MODKEY, XK_t, transferall, {0} }, + { 1, MODKEY, XK_s, transfer, {0} }, + { 2, MODKEY, XK_s, transferall, {0} }, /* float */