aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-07-24 21:30:26 +0530
committerAkshay Nair <phenax5@gmail.com>2020-07-24 21:30:26 +0530
commitb4382369119c2bb30087f330f9be43dc111d2642 (patch)
tree0d705b99094c400253d92aaf2635dfc117b5d79e /config.def.h
parent45ff5f2ac7622f120b8037b2aab5babeb3af8d5a (diff)
downloadshotkey-b4382369119c2bb30087f330f9be43dc111d2642.tar.gz
shotkey-b4382369119c2bb30087f330f9be43dc111d2642.zip
Adds mouse hotkeysfeature/mouse
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" },