diff options
author | portix <portix@gmx.net> | 2011-12-21 23:25:15 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-12-21 23:25:15 +0100 |
commit | 708485a05471149abdfc883541fb75fad332d323 (patch) | |
tree | bd51b41b06574e27a9c5f730656682df83168647 /src/commands.h | |
parent | ad8dcdaee7115bd24f873046768409b4614906b4 (diff) | |
download | dwb-708485a05471149abdfc883541fb75fad332d323.zip |
Lock tabs to a specific domain
--HG--
branch : experimental
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index 096e54ab..f4291c08 100644 --- a/src/commands.h +++ b/src/commands.h @@ -88,6 +88,7 @@ DwbStatus commands_only(KeyMap *, Arg *); DwbStatus commands_toggle_bars(KeyMap *, Arg *); DwbStatus commands_presentation_mode(KeyMap *, Arg *); DwbStatus commands_toggle_protected(KeyMap *, Arg *); +DwbStatus commands_toggle_locked(KeyMap *, Arg *); #ifdef DWB_ADBLOCKER DwbStatus commands_toggle_adblocker(KeyMap *, Arg *); #endif |