From a65252157aeb5bdc5db5e1557c595b3a46c311f0 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Mon, 26 May 2025 16:10:25 +0930 Subject: [PATCH] minor change --- config.def.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index e867817..9770b64 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,8 @@ * * 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; /* @@ -195,6 +196,10 @@ static Shortcut shortcuts[] = { {TERMMOD, XK_Y, selpaste, {.i = 0}}, {ShiftMask, XK_Insert, selpaste, {.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:;<=>?" "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" "`abcdefghijklmnopqrstuvwxyz{|}~"; -