aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index d93a341..4ab1775 100644
--- a/config.def.h
+++ b/config.def.h
@@ -34,6 +34,12 @@ Key keys[] = {
{ Mod1Mask, XF86XK_PowerOff, mode(Power, False) },
};
+Button buttons[] = {
+ { Button1Mask, Button3, cmd("notify-send wow_1") },
+ { Mod1Mask, Button2, cmd("notify-send wow_2") },
+ { Mod1Mask, Button3, cmd("notify-send wow_3") },
+};
+
ModeProperties mode_properties[MODE_SIZE] = {
[Music] = { "Music player" },
[Power] = { "Power menu" },