diff options
author | portix <portix@gmx.net> | 2012-01-08 17:05:27 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-08 17:05:27 +0100 |
commit | 4d05555a25fa4e63e17b57d9ce9afa720bde20fe (patch) | |
tree | 8a8e55a84b181afb4c36b9a63335da64dafa6207 /src/commands.h | |
parent | c5c5f84a082075ccd5a77df8203fd8ede3aa19f3 (diff) | |
download | dwb-4d05555a25fa4e63e17b57d9ce9afa720bde20fe.zip |
Remove toggalbe unbound setting shortcuts, introducing set and toggle_setting instead
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 343975f9..94ba3a89 100644 --- a/src/commands.h +++ b/src/commands.h @@ -85,6 +85,8 @@ DwbStatus commands_toggle_bars(KeyMap *, Arg *); DwbStatus commands_presentation_mode(KeyMap *, Arg *); DwbStatus commands_toggle_lock_protect(KeyMap *, Arg *); DwbStatus commands_execute_javascript(KeyMap *km, Arg *arg); +DwbStatus commands_set(KeyMap *km, Arg *arg); +DwbStatus commands_toggle_setting(KeyMap *km, Arg *arg); //DwbStatus commands_toggle_locked(KeyMap *, Arg *); #ifdef DWB_ADBLOCKER DwbStatus commands_toggle_adblocker(KeyMap *, Arg *); |