parent
bd4efb8973
commit
016cdc27e7
2 changed files with 3 additions and 3 deletions
2
build.sh
2
build.sh
|
@ -8,4 +8,4 @@ for patch in patches/*.diff; do
|
||||||
done
|
done
|
||||||
cp config.h dwm-final/
|
cp config.h dwm-final/
|
||||||
cd dwm-final || exit 1
|
cd dwm-final || exit 1
|
||||||
make
|
make "$@"
|
||||||
|
|
2
config.h
2
config.h
|
@ -309,7 +309,7 @@ static const Key keys[] = {
|
||||||
// { MODKEY | ShiftMask, XK_q, spawn, {.v = (const char *[]){NULL}} },
|
// { MODKEY | ShiftMask, XK_q, spawn, {.v = (const char *[]){NULL}} },
|
||||||
{ MODKEY, XK_j, focusdir, {.i = 3} },
|
{ MODKEY, XK_j, focusdir, {.i = 3} },
|
||||||
// { MODKEY | ShiftMask, XK_j, spawn, {.v = (const char *[]){NULL}} },
|
// { MODKEY | ShiftMask, XK_j, spawn, {.v = (const char *[]){NULL}} },
|
||||||
{ MODKEY, XK_k, focusstack, {.i = 2} },
|
{ MODKEY, XK_k, focusdir, {.i = 2} },
|
||||||
// { MODKEY | ShiftMask, XK_k, spawn, {.v = (const char *[]){NULL}} },
|
// { MODKEY | ShiftMask, XK_k, spawn, {.v = (const char *[]){NULL}} },
|
||||||
{ MODKEY, XK_x, togglefloating, {0} },
|
{ MODKEY, XK_x, togglefloating, {0} },
|
||||||
{ MODKEY | ShiftMask, XK_x, unfloatvisible, {0} },
|
{ MODKEY | ShiftMask, XK_x, unfloatvisible, {0} },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue