Reformat config.def.h

This commit is contained in:
BitHeaven 2024-08-24 19:56:08 +05:00
parent 104b7f1fc9
commit 15533ee00e
3 changed files with 103 additions and 104 deletions

View File

@ -126,7 +126,7 @@ static const Key keys[] = {
{ SUPERKEY|ShiftMask, XK_Return, zoom, {0} },
{ SUPERKEY, XK_q, killclient, {0} },
{ SUPERKEY, XK_g, setlayout, {.v = &layouts[0]} },
{ SUPERKEY, XK_t, setlayout, {.v = &layouts[1]} },
// { SUPERKEY, XK_t, setlayout, {.v = &layouts[1]} },
{ SUPERKEY, XK_f, setlayout, {.v = &layouts[2]} },
{ SUPERKEY, XK_m, setlayout, {.v = &layouts[3]} },
{ SUPERKEY|ShiftMask, XK_space, togglefloating, {0} },
@ -165,4 +165,3 @@ static const Button buttons[] = {
{ ClkTagBar, SUPERKEY, Button1, tag, {0} },
{ ClkTagBar, SUPERKEY, Button3, toggletag, {0} },
};

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.