Adds shift to second layer and changes shift icon

This commit is contained in:
Jonathan Hodgson 2021-02-13 17:13:02 +00:00
parent f4266d0972
commit d687b3f294
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
static const Bool wmborder = True;
static int fontsize = 8;
static const char *fonts[] = {
"Iosevka Nerd Font:size=9"
"Iosevka Nerd Font:size=11"
};
static const char *colors[SchemeLast][2] = {
/* fg bg */

View file

@ -29,7 +29,7 @@ static Key keys_en[46] = {
{ 0, XK_o, 1 },
{ "\'@", XK_apostrophe, 1 },
{ 0 }, /* New row */
{ "", XK_Shift_L, 1 },
{ "🢁", XK_Shift_L, 1 },
{ 0, XK_z, 1 },
{ 0, XK_x, 1 },
{ 0, XK_c, 1 },
@ -79,6 +79,7 @@ static Key keys_symbols[46] = {
{ 0 }, /* New row */
{ "🢁", XK_Shift_L, 1 },
{ "", XK_Home, 1 },
{ "", XK_Left, 1 },
{ "", XK_Up, 1 },