1
0
mirror of https://github.com/tiyn/dwm.git synced 2026-01-05 08:39:46 +01:00

config updated to match newest patch

This commit is contained in:
2023-12-11 01:22:18 +01:00
parent ca94ba21a6
commit a12c7638d0
2 changed files with 3 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ static const Layout layouts[] = {
static Key keys[] = {
/* modifier key function argument */
{ MODKEY|ShiftMask, XK_Escape, quit, {0} },
{ MODKEY|ShiftMask, XK_Escape, quitprompt, {0} },
{ MODKEY|ShiftMask, XK_b, togglebar, {0} },
{ MODKEY|ShiftMask, XK_c, setlayout, {.v = &layouts[2]} },
{ MODKEY|ShiftMask, XK_d, togglefloating, {0} },