From f67fb1b162c298b556ea556e2a5bb6925ce6e275 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 17 Sep 2024 20:57:51 +0900 Subject: Init --- st/config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'st/config.h') diff --git a/st/config.h b/st/config.h index 4f2a8e7..c791dbc 100644 --- a/st/config.h +++ b/st/config.h @@ -278,7 +278,7 @@ static Shortcut shortcuts[] = { // FONTS { TERMMOD, XK_I, cyclefonts, {} }, - + // PASTES { MODKEY, XK_p, clippaste, { .i = 0 } }, { TERMMOD, XK_P, clippaste, { .i = 0 } }, @@ -573,7 +573,8 @@ static uint selmasks[] = { * Printable characters in ASCII, used to estimate the advance width * of single wide characters. */ -static char ascii_printable[] = +static char ascii_printable[] = " !\"#$%&'()*+,-./0123456789:;<=>?" "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" "`abcdefghijklmnopqrstuvwxyz{|}~"; + -- cgit v1.2.3