summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-12-21 23:25:15 +0100
committerportix <portix@gmx.net>2011-12-21 23:25:15 +0100
commit708485a05471149abdfc883541fb75fad332d323 (patch)
treebd51b41b06574e27a9c5f730656682df83168647 /src/commands.h
parentad8dcdaee7115bd24f873046768409b4614906b4 (diff)
downloaddwb-708485a05471149abdfc883541fb75fad332d323.zip
Lock tabs to a specific domain
--HG-- branch : experimental
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h1
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