dwm

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

commit cdc1eae0a8ac240c670395ca2e521de73bb1c3f3
parent 672187776379c5310057e56b7e584f5e2b30623e
Author: Matthew Carlson <matt@mcarlson.xyz>
Date:   Sun, 30 Jan 2022 12:25:39 -0500

changes

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

diff --git a/config.h b/config.h @@ -197,8 +197,7 @@ static Key keys[] = { { 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") }, + { MODKEY, XK_n, spawn, SHCMD("net.sh -o") }, { MODKEY, XK_m, spawn, SHCMD("music.sh -o") }, { MODKEY, XK_comma, setmfact, { .f = -0.05 } }, { MODKEY, XK_period, setmfact, { .f = +0.05 } },