summaryrefslogtreecommitdiff
path: root/st/config.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-09-17 20:57:51 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-09-17 20:57:51 +0900
commitf67fb1b162c298b556ea556e2a5bb6925ce6e275 (patch)
treebeca6ecebd9d14c4d7fe4705a05ef81ce22f3801 /st/config.h
parentf51ed65dcd97657108b2f83cd3a12f7d56ca6ea5 (diff)
Init
Diffstat (limited to 'st/config.h')
-rw-r--r--st/config.h5
1 files changed, 3 insertions, 2 deletions
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{|}~";
+