Added it_toggle_bar command; default mapping: XK_b

This commit is contained in:
Bert Münnich
2012-02-15 22:33:39 +01:00
parent 011dac90c8
commit c666d30eea
7 changed files with 30 additions and 0 deletions

View File

@ -44,6 +44,7 @@ typedef struct {
bool it_quit(arg_t);
bool it_switch_mode(arg_t);
bool it_toggle_fullscreen(arg_t);
bool it_toggle_bar(arg_t);
bool it_reload_image(arg_t);
bool it_remove_image(arg_t);
bool i_navigate(arg_t);