minor change

This commit is contained in:
Solomon Laing 2025-05-26 16:10:25 +09:30
parent 5e05d55778
commit a65252157a

View File

@ -5,7 +5,8 @@
* *
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/ */
static char *font = "FiraCode Nerd Font:pixelsize=12:antialias=true:autohint=true"; static char *font =
"FiraCode Nerd Font:pixelsize=12:antialias=true:autohint=true";
static int borderpx = 2; static int borderpx = 2;
/* /*
@ -195,6 +196,10 @@ static Shortcut shortcuts[] = {
{TERMMOD, XK_Y, selpaste, {.i = 0}}, {TERMMOD, XK_Y, selpaste, {.i = 0}},
{ShiftMask, XK_Insert, selpaste, {.i = 0}}, {ShiftMask, XK_Insert, selpaste, {.i = 0}},
{TERMMOD, XK_Num_Lock, numlock, {.i = 0}}, {TERMMOD, XK_Num_Lock, numlock, {.i = 0}},
{TERMMOD,
XK_U,
externalpipe,
{.v = (const char *[]){"st-grab-links", NULL}}},
}; };
/* /*
@ -465,4 +470,3 @@ static uint selmasks[] = {
static char ascii_printable[] = " !\"#$%&'()*+,-./0123456789:;<=>?" static char ascii_printable[] = " !\"#$%&'()*+,-./0123456789:;<=>?"
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"
"`abcdefghijklmnopqrstuvwxyz{|}~"; "`abcdefghijklmnopqrstuvwxyz{|}~";