From 4751de265ad7106d6c69698abbf133a91dc3e8b6 Mon Sep 17 00:00:00 2001 From: portix Date: Sat, 3 Dec 2011 14:29:54 +0100 Subject: New command 'protect', thanks to MilkFreeze --- src/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands.h') diff --git a/src/commands.h b/src/commands.h index 5452d7fe..ec8ebf9e 100644 --- a/src/commands.h +++ b/src/commands.h @@ -95,5 +95,6 @@ DwbStatus commands_command_mode(KeyMap *, Arg *); DwbStatus commands_only(KeyMap *, Arg *); DwbStatus commands_toggle_bars(KeyMap *, Arg *); DwbStatus commands_presentation_mode(KeyMap *, Arg *); +DwbStatus commands_toggle_protected(KeyMap *, Arg *); #endif -- cgit v1.2.3