summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
index a9eabba..75c6222 100644
--- a/config.h
+++ b/config.h
@@ -39,6 +39,12 @@ static ClickBinding click_bindings[] = {
{ XK_minus, 5 },
};
+static ShellBinding shell_bindings[] = {
+ /* key command */
+ { XK_b, "wmctrl -a firefox" },
+ { XK_t, "echo $0 >> ~/test" },
+};
+
/* exits on key release which allows click and exit with one key */
static unsigned int exit_keys[] = {
XK_Escape, XK_q, XK_space