diff options
author | zachir <zachir@librem.one> | 2023-02-20 01:58:46 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-20 01:58:46 -0600 |
commit | 9d718daa11aed794baee85d0aa431e0a846f0974 (patch) | |
tree | fe8682aaed56d335e355a558bda69d0b52b9fb90 /config.def.h | |
parent | 7337a0d9d838319893ab45237a7f265bb068c681 (diff) |
apply copyurl-multiline patch
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index fabcdfa..6525f90 100644 --- a/config.def.h +++ b/config.def.h @@ -220,6 +220,7 @@ 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} }, }; /* |