// Shell static char shell[] = "sh"; #define MOD Mod1Mask|ShiftMask static Key keys[] = { { MOD, XK_y, "notify-send hello" }, { MOD, XK_z, "~/scripts/notify.sh wow" }, };