summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index 827889f..398c0b9 100644
--- a/config.h
+++ b/config.h
@@ -102,6 +102,9 @@ static const Key keys[] = {
{ MODKEY, XK_minus, setgaps, {.i = -1 } },
{ MODKEY, XK_equal, setgaps, {.i = +1 } },
+ { MODKEY, XK_a, focusmaster, {0} },
+
+
{ MODKEY, XK_s, togglescratch, {.v = scratchpadcmd } },