From ca795e9ec7f360836b369fc2ba277ff89c90488e Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:40:17 +0900 Subject: modified st/config.def.h --- st/config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'st') diff --git a/st/config.def.h b/st/config.def.h index 38a6f9d..aac8c49 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -334,8 +334,8 @@ static Shortcut shortcuts[] = { { ALTKEY, XK_c, clipcopy, {.i = 0} }, { ALTSHIFT, XK_C, externalpipe, {.v = copyurlcmd } }, { ALTKEY, XK_o, externalpipe, {.v = copyoutput } }, - { ALTSHIFT, XK_L, copyurl, {.i = 0} }, - { ALTKEY, XK_l, copyurl, {.i = 1} }, + { ALTSHIFT, XK_R, copyurl, {.i = 0} }, + { ALTKEY, XK_r, copyurl, {.i = 1} }, // FONTS { ALTSHIFT, XK_F, cyclefonts, {} }, -- cgit v1.2.3