From 2cf04478a20133a13c364aeb1557e29004fd95c1 Mon Sep 17 00:00:00 2001 From: Gildasio Junior Date: Thu, 6 Apr 2023 14:51:06 -0300 Subject: Loop through urls on screen in both directions Using previous patches one can loop through urls in the screen in one direction: botton-up. This patch add a way that can go in the opposite direction: top-down. This is usefull in a screen with lots of urls. --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index b721502..98e8aad 100644 --- a/config.def.h +++ b/config.def.h @@ -221,6 +221,8 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Y, selpaste, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, + { MODKEY, XK_l, copyurl, {.i = 0} }, + { MODKEY|ShiftMask, XK_L, copyurl, {.i = 1} }, }; /* -- cgit v1.2.3