From 5054d0060c0226509d40e3429a573b7e912a72a8 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 16 Jun 2020 21:41:58 +0530 Subject: Docs --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') 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" }, }; -- cgit v1.3.1