made changing monitor make sense on a danish keyboard

This commit is contained in:
Adam Fordsmand 2021-02-10 00:30:45 +01:00
parent acb3be8b8f
commit 26f4972ab4
6 changed files with 8 additions and 8 deletions

View File

@ -144,10 +144,10 @@ static Key keys[] = {
{ MODKEY, XK_e, spawn, {.v = (const char*[]){ "/bin/sh", "-c", "~/.scripts/emoji", NULL } } },
{ MODKEY, XK_0, view, {.ui = ~0 } },
{ MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } },
{ MODKEY, XK_comma, focusmon, {.i = -1 } },
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
{ MODKEY, XK_period, focusmon, {.i = -1 } },
{ MODKEY, XK_comma, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = +1 } },
{ MODKEY, XK_F5, xrdb, {.v = NULL } },
{ MODKEY, XK_l, spawn, {.v = lockcmd } },
{ MODKEY, XK_b, spawn, {.v = browsercmd } },

View File

@ -144,10 +144,10 @@ static Key keys[] = {
{ MODKEY, XK_e, spawn, {.v = (const char*[]){ "/bin/sh", "-c", "~/.scripts/emoji", NULL } } },
{ MODKEY, XK_0, view, {.ui = ~0 } },
{ MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } },
{ MODKEY, XK_comma, focusmon, {.i = -1 } },
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
{ MODKEY, XK_period, focusmon, {.i = -1 } },
{ MODKEY, XK_comma, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = +1 } },
{ MODKEY, XK_F5, xrdb, {.v = NULL } },
{ MODKEY, XK_l, spawn, {.v = lockcmd } },
{ MODKEY, XK_b, spawn, {.v = browsercmd } },

BIN
drw.o

Binary file not shown.

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.

BIN
util.o

Binary file not shown.