summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Bensmann <johannesbensmann@gmx.de>2019-06-10 16:58:50 +0200
committerJohannes Bensmann <johannesbensmann@gmx.de>2019-06-10 16:58:50 +0200
commitdd21add92b0a1d40944d5806daf4080365293340 (patch)
treee5f7835f98452934e797d577542fa9d7c200a4ac
parent5ed5e0b5b28ac76a1f7ec0a677f5f9af167c9bc8 (diff)
added another shell command
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 12df8be..5cac815 100644
--- a/config.h
+++ b/config.h
@@ -43,7 +43,7 @@ static ClickBinding click_bindings[] = {
static ShellBinding shell_bindings[] = {
/* key command */
{ XK_b, "wmctrl -a firefox" },
- { XK_t, "echo $0 >> ~/test" },
+ { XK_0, "xdotool mousemove 0 0" },
};
/* exits on key release which allows click and exit with one key */