diff options
author | portix <portix@gmx.net> | 2011-11-28 22:29:12 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-11-28 22:29:12 +0100 |
commit | 26be226a27b9af07281cba1892c6eefddfb35d23 (patch) | |
tree | 3b9323f42cc95318bdb8c3ae30663b4473e48948 /src/commands.h | |
parent | 1fa8fe660fc1908612d7a399037e2deff575f795 (diff) | |
download | dwb-26be226a27b9af07281cba1892c6eefddfb35d23.zip |
Introducing toggle_bars, toggle_topbar, toggle_bottombar, presentation_mode, closing #58
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index 3400a3db..5452d7fe 100644 --- a/src/commands.h +++ b/src/commands.h @@ -93,5 +93,7 @@ DwbStatus commands_open_editor(KeyMap *, Arg *); DwbStatus commands_insert_mode(KeyMap *, Arg *); DwbStatus commands_command_mode(KeyMap *, Arg *); DwbStatus commands_only(KeyMap *, Arg *); +DwbStatus commands_toggle_bars(KeyMap *, Arg *); +DwbStatus commands_presentation_mode(KeyMap *, Arg *); #endif |