summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-03 10:40:17 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-03 10:40:17 +0900
commitca795e9ec7f360836b369fc2ba277ff89c90488e (patch)
treee16ff60b87de729439f7ed8d44f3b62d21c2d1d2
parent2efce19865bec9f71f853d85ecce86d7122c1ec8 (diff)
modified st/config.def.h
-rw-r--r--st/config.def.h4
1 files changed, 2 insertions, 2 deletions
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, {} },