aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 65e0766..1989e9b 100644
--- a/config.h
+++ b/config.h
@@ -1,10 +1,10 @@
// Shell
static char shell[] = "sh";
-#define MOD Mod1Mask|ShiftMask
+#define MOD Mod1Mask
static Key keys[] = {
- { MOD, XK_y, "notify-send hello" },
- { MOD, XK_z, "~/scripts/notify.sh wow" },
+ { MOD|ShiftMask, XK_y, "notify-send hello" },
+ { MOD|ShiftMask, XK_z, "~/scripts/notify.sh wow" },
};