diff --git a/config.def.h b/config.def.h index cf227dc..626f3b7 100644 --- a/config.def.h +++ b/config.def.h @@ -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 */ diff --git a/layout.colemak.h b/layout.colemak.h index d9cf706..120971a 100644 --- a/layout.colemak.h +++ b/layout.colemak.h @@ -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 },