summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2026-02-27 10:34:22 -0500
committerbdunahu <bdunahu@operationnull.com>2026-02-27 10:35:34 -0500
commit0988980aa572f2d1b7b34488d1559e6083a7922f (patch)
tree51e4ddc4244dae3d52f1f27db266c75503887921 /config.def.h
parent882d54c225b83c762acf5bb3967f4890c3ecef86 (diff)
add pdf patchHEADmaster
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 60eb376..26c01b4 100644
--- a/config.def.h
+++ b/config.def.h
@@ -47,6 +47,7 @@ static Shortcut shortcuts[] = {
{ XK_n, advance, {.i = +1} },
{ XK_p, advance, {.i = -1} },
{ XK_r, reload, {0} },
+ { XK_g, pdf, {0} },
};
static Filter filters[] = {