diff options
author | Quentin Rameau <quinq@fifth.space> | 2015-11-29 17:42:42 +0100 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2016-07-05 13:01:56 +0200 |
commit | 75e3fe5b95bc94d5309bd78d9cc98f0034595c3e (patch) | |
tree | 9c7774c67fa875623b0d3d8977910744dec21c38 /config.def.h | |
parent | 11b34c08146928754ade63b285ba861f0be6a416 (diff) |
Adapting the whole surf structure to new settings
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index e4f82a1..23fd05a 100644 --- a/config.def.h +++ b/config.def.h @@ -139,7 +139,6 @@ static Key keys[] = { { MODKEY|GDK_SHIFT_MASK, GDK_KEY_a, togglecookiepolicy, { 0 } }, { 0, GDK_KEY_F11, togglefullscreen, { 0 } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_o, toggleinspector, { 0 } }, - { MODKEY|GDK_SHIFT_MASK, GDK_KEY_m, togglestyle, { 0 } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_c, toggle, { .i = CaretBrowsing } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_f, toggle, { .i = FrameFlattening } }, |