dwm

git clone git://mattcarlson.org/repos/dwm.git
Log | Files | Refs

commit b210c4c10598ae70adc154c96d01094c6553ad42
parent e71dbe78a9c08e523de5a44bcd57e68a19247303
Author: Matthew Carlson <matt@mcarlson.xyz>
Date:   Sun,  9 Jan 2022 18:34:00 -0500

color shortcut

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

diff --git a/config.h b/config.h @@ -193,6 +193,7 @@ static Key keys[] = { { MODKEY, XK_l, spawn, SHCMD("lock.sh") }, { MODKEY, XK_z, focusstack, { .i = -1 } }, { MODKEY, XK_x, focusstack, { .i = +1 } }, + { MODKEY, XK_c, spawn, SHCMD("color.sh") }, { MODKEY, XK_b, togglebar, { 0 } }, { MODKEY, XK_n, spawn, SHCMD("rss.sh -o") }, { MODKEY|ShiftMask, XK_n, spawn, SHCMD("net.sh -o") },