From bd5bbb7fc352a4f1f5c54731e6c8ef01ff91d002 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sat, 16 Feb 2013 16:18:05 +0100 Subject: Add a toggle command for the stylefile. The patch adds some better formatting for the manpage too. Thanks to Nick for the toggle patch! --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index da5a08f..bbfb1ed 100644 --- a/config.def.h +++ b/config.def.h @@ -83,5 +83,6 @@ static Key keys[] = { { MODKEY|GDK_SHIFT_MASK,GDK_i, toggle, { .v = "auto-load-images" } }, { MODKEY|GDK_SHIFT_MASK,GDK_s, toggle, { .v = "enable-scripts" } }, { MODKEY|GDK_SHIFT_MASK,GDK_v, toggle, { .v = "enable-plugins" } }, + { MODKEY|GDK_SHIFT_MASK,GDK_m, togglestyle,{ 0 } }, }; -- cgit v1.2.3