diff options
| author | bd <bdunahu@operationnull.com> | 2026-02-27 10:34:22 -0500 |
|---|---|---|
| committer | bdunahu <bdunahu@operationnull.com> | 2026-02-27 10:35:34 -0500 |
| commit | 0988980aa572f2d1b7b34488d1559e6083a7922f (patch) | |
| tree | 51e4ddc4244dae3d52f1f27db266c75503887921 /config.def.h | |
| parent | 882d54c225b83c762acf5bb3967f4890c3ecef86 (diff) | |
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 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[] = { |
