Adds shift to second layer and changes shift icon
This commit is contained in:
parent
f4266d0972
commit
d687b3f294
2 changed files with 3 additions and 2 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue